Binutils: Synchronization & Gold activation

Change-Id: I5235984746178ee30b5db18e7def0016d9a0e36f
This commit is contained in:
2014-02-17 16:55:07 +01:00
parent e4ab5378cb
commit c9ea9e7af8
428 changed files with 69202 additions and 2791 deletions

View File

@@ -26,14 +26,21 @@ INSTALL_TARGET+=install-gprof
.endif
.if defined(__MINIX)
ALL_TARGET+= all-gold
INSTALL_TARGET+=install-gold
CONFIGURE_ARGS+= \
--with-ld=default \
--with-lto
#LSC: FIXME Not yet gold, need to create
# external/gpl3/binutils/usr.bin/gold directory & needed Makefiles
# --with-gold=yes
#ALL_TARGET+= all-gold
#INSTALL_TARGET+= install-gold
--enable-lto \
--enable-plugins
.if ${USE_BITCODE:Uno} == "yes"
CONFIGURE_ARGS+= \
--enable-ld=yes \
--enable-gold=default
.else
CONFIGURE_ARGS+= \
--enable-ld=default \
--enable-gold=yes
.endif # ${USE_BITCODE:Uno} == "yes"
.endif # defined(__MINIX)
.include "${.CURDIR}/../Makefile.gnuhost"