commit | 268533381f80d18698fea9b15f942427f1d34cba | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Thu Jan 13 05:43:05 2022 -0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Thu Jan 13 05:48:47 2022 -0800 |
tree | 86c20a8cbf98654b87fabdad2d8ea968daf99540 | |
parent | 2f83249c13d86065b4c7cdb198ea871017b4bba1 [diff] |
Reapply libiberty: Pass --plugin to AR and RANLIB Reapply the patch to detect GCC LTO plugin used for libiberty build to support LTO build in 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: Regenerate.