binutils: update to binutils-2.21.51.0.7

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-19 01:01:26 +01:00
parent 7d2aee3976
commit 07b81b7d26
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ mkdir -p objdir && cd objdir
--enable-version-specific-runtime-libs \ --enable-version-specific-runtime-libs \
$WITH_64B_BFD \ $WITH_64B_BFD \
--enable-plugins \ --enable-plugins \
--enable-gold \ --enable-gold=yes \
--enable-ld=default \ --enable-ld=default \
--enable-lto \ --enable-lto \
--disable-nls --disable-nls

View File

@ -19,13 +19,13 @@
################################################################################ ################################################################################
PKG_NAME="binutils" PKG_NAME="binutils"
PKG_VERSION="2.21" PKG_VERSION="2.21.51.0.7"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/binutils/binutils.html" 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 linux-headers gmp mpfr ppl cloog-ppl libelf" PKG_BUILD_DEPENDS="ccache linux-headers gmp mpfr ppl cloog-ppl libelf"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"