1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-22 08:38:28 +02:00
openwrt/toolchain/binutils
Felix Fietkau 7d808a325d binutils: enable plugin support
--enable-plugin is necessary for gcc-ar, gcc-nm and gcc-ranlib to work, which
must be used with GCC 4.9 for LTO to work.

Without this option, gcc-ar etc. will just fail with

    sorry - this program has been built without plugin support

Using the normal ar from binutils with GCC 4.9 and -flto will cause linking
with static "convenience" libraries to fail.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 43783
2014-12-27 12:59:53 +00:00
..
patches binutils: remove old versions 2014-10-05 18:40:38 +00:00
Config.in aarch64: add initial support 2014-11-24 06:33:13 +00:00
Makefile binutils: enable plugin support 2014-12-27 12:59:53 +00:00