binutils:

- enable gold and plugins
This commit is contained in:
Stephan Raue 2010-06-03 16:39:57 +02:00
parent aad16ba2a0
commit 23f550c1b3
2 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,8 @@ cd objdir
--with-ppl=$ROOT/$TOOLCHAIN \
--with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--enable-gold=both/ld \
--enable-plugins \
--enable-lto \
--disable-werror \
--disable-multilib \

View File

@ -5,3 +5,6 @@
PKG_DIR=`find $PACKAGES -type d -name $1`
make -C $PKG_BUILD/objdir install
cp ${TARGET_PREFIX}ld.gold ${TARGET_PREFIX}gold
cp $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/ld.gold $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/gold