Go to file
H.J. Lu 50ad1254d5 GCC: Pass --plugin to AR and RANLIB
Detect GCC LTO plugin.  Pass --plugin to AR and RANLIB to support LTO
build.

	* Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
	(RANLIB): Add @RANLIB_PLUGIN_OPTION@.
	* configure.ac: Include config/gcc-plugin.m4.
	AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
	RANLIB if possible.
	* Makefile.in: Regenerated.
	* configure: Likewise.

config/

	* gcc-plugin.m4 (GCC_PLUGIN_OPTION): New.

libiberty/

	* Makefile.in (AR): Add @AR_PLUGIN_OPTION@
	(RANLIB): Add @RANLIB_PLUGIN_OPTION@.
	(configure_deps): Depend on ../config/gcc-plugin.m4.
	* aclocal.m4: Include ../config/gcc-plugin.m4.
	* configure.ac: AC_SUBST AR_PLUGIN_OPTION and
	RANLIB_PLUGIN_OPTION.
	* configure: Regenerated.

zlib/

	* configure: Regenerated.
2021-01-09 06:51:51 -08:00
bfd ld/x86-64: Properly Handle -z lam-u48/lam-u57 2021-01-09 06:13:11 -08:00
binutils Update release howto with 2.37 numbers 2021-01-09 11:53:33 +00:00
config GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
contrib
cpu Add Changelog entries and NEWS entries for 2.36 branch 2021-01-09 10:40:28 +00:00
elfcpp Add Changelog entries and NEWS entries for 2.36 branch 2021-01-09 10:40:28 +00:00
etc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
gas Change version number to 2.36.50 and regenerate files 2021-01-09 11:01:01 +00:00
gdb Pass void_context_p to parse_expression 2021-01-08 12:20:43 -07:00
gdbserver [gdb/build] Fix gdbserver build with -fsanitize=address 2021-01-07 10:37:51 +01:00
gdbsupport gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir 2021-01-08 13:46:56 -05:00
gnulib Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
gold Add Changelog entries and NEWS entries for 2.36 branch 2021-01-09 10:40:28 +00:00
gprof Change version number to 2.36.50 and regenerate files 2021-01-09 11:01:01 +00:00
include Add Changelog entries and NEWS entries for 2.36 branch 2021-01-09 10:40:28 +00:00
intl
ld ld/x86-64: Properly Handle -z lam-u48/lam-u57 2021-01-09 06:13:11 -08:00
libctf Add Changelog entries and NEWS entries for 2.36 branch 2021-01-09 10:40:28 +00:00
libdecnumber
libiberty GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
opcodes Change version number to 2.36.50 and regenerate files 2021-01-09 11:01:01 +00:00
readline
sim sim: replace rindex with strrchr 2021-01-09 09:40:59 -05:00
texinfo
zlib GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
.cvsignore
.gitattributes
.gitignore
ar-lib
ChangeLog GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
compile
config-ml.in
config.guess Update config.sub and config.guess 2021-01-05 15:55:59 +10:30
config.rpath
config.sub config.sub update broke powerpc-eabivle 2021-01-07 08:56:28 +10:30
configure GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
configure.ac GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.LIBGLOSS
COPYING.NEWLIB
depcomp
djunpack.bat
install-sh
libtool.m4 GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS
Makefile.def libctf: new testsuite 2021-01-05 14:53:40 +00:00
Makefile.in GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
Makefile.tpl GCC: Pass --plugin to AR and RANLIB 2021-01-09 06:51:51 -08:00
makefile.vms
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
README
README-maintainer-mode
setup.com
src-release.sh
symlink-tree
test-driver
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.