binutils: dont install 'libelf', not more needed

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-10 18:02:45 +02:00
parent ad630dd168
commit 5f0830c6b9
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ mkdir -p objdir && cd objdir
--with-mpfr=$ROOT/$TOOLCHAIN \ --with-mpfr=$ROOT/$TOOLCHAIN \
--with-ppl=$ROOT/$TOOLCHAIN \ --with-ppl=$ROOT/$TOOLCHAIN \
--with-cloog=$ROOT/$TOOLCHAIN \ --with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--disable-werror \ --disable-werror \
--disable-multilib \ --disable-multilib \
--disable-libada \ --disable-libada \

View File

@ -29,7 +29,7 @@ PKG_SITE="http://www.gnu.org/software/binutils/binutils.html"
PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ftp.gnu.org/gnu/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2"
#PKG_URL="ftp://ftp.kernel.org/pub/linux/devel/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2" #PKG_URL="ftp://ftp.kernel.org/pub/linux/devel/binutils/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache bison flex linux-headers gmp-host mpfr cloog ppl libelf" PKG_BUILD_DEPENDS="ccache bison flex linux-headers gmp-host mpfr cloog ppl"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel" PKG_SECTION="toolchain/devel"
PKG_SHORTDESC="binutils: A GNU collection of binary utilities" PKG_SHORTDESC="binutils: A GNU collection of binary utilities"