Upgrading to binutils-2.22
* Added --with-ld=default * Added --with-lto * Fixed ld script for ARM * Options are prepared for future activation of gold. Change-Id: Id9618904055e18d1b37f5e9585f775c367ff356e
This commit is contained in:
@@ -25,6 +25,16 @@ ALL_TARGET+= all-gprof
|
||||
INSTALL_TARGET+=install-gprof
|
||||
.endif
|
||||
|
||||
.if defined(__MINIX)
|
||||
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
|
||||
.endif # defined(__MINIX)
|
||||
.include "${.CURDIR}/../Makefile.gnuhost"
|
||||
|
||||
CCADDFLAGS= -I${DESTDIR}/usr/include -L${DESTDIR}/lib -L${DESTDIR}/usr/lib -B${DESTDIR}/usr/lib/
|
||||
|
||||
Reference in New Issue
Block a user