binutils:

- merge install script with build script
- remove gold support
- remove lto support
- remove plugin support
- add some usefull options
This commit is contained in:
Stephan Raue 2010-06-16 09:19:06 +02:00
parent 944580e32d
commit 899a0c9537
2 changed files with 7 additions and 14 deletions

View File

@ -29,11 +29,11 @@ cd objdir
--with-ppl=$ROOT/$TOOLCHAIN \
--with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--enable-gold=both/ld \
--enable-plugins \
--enable-lto \
--disable-werror \
--enable-werror \
--disable-multilib \
--disable-libada \
--disable-libssp \
--enable-version-specific-runtime-libs \
$WITH_64B_BFD \
--disable-nls
@ -41,3 +41,6 @@ make configure-host
make
cp -v ../include/libiberty.h $SYSROOT_PREFIX/usr/include
make install

View File

@ -1,10 +0,0 @@
#!/bin/sh
. config/options
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