-
- Downloads
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.
Showing
- ChangeLog 11 additions, 0 deletionsChangeLog
- Makefile.in 3 additions, 2 deletionsMakefile.in
- Makefile.tpl 3 additions, 2 deletionsMakefile.tpl
- config/ChangeLog 4 additions, 0 deletionsconfig/ChangeLog
- config/gcc-plugin.m4 28 additions, 0 deletionsconfig/gcc-plugin.m4
- configure 39 additions, 0 deletionsconfigure
- configure.ac 15 additions, 0 deletionsconfigure.ac
- libiberty/ChangeLog 10 additions, 0 deletionslibiberty/ChangeLog
- libiberty/Makefile.in 3 additions, 2 deletionslibiberty/Makefile.in
- libiberty/aclocal.m4 1 addition, 0 deletionslibiberty/aclocal.m4
- libiberty/configure 37 additions, 0 deletionslibiberty/configure
- libiberty/configure.ac 12 additions, 0 deletionslibiberty/configure.ac
- libtool.m4 24 additions, 1 deletionlibtool.m4
- zlib/ChangeLog.bin-gdb 4 additions, 0 deletionszlib/ChangeLog.bin-gdb
- zlib/configure 25 additions, 2 deletionszlib/configure
Loading
Please register or sign in to comment