diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-07 12:35:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-07 12:35:50 +0000 |
commit | 383964a677109f4618890cbbc4613e9e3620d4a4 (patch) | |
tree | 7564774ff40e9932675266c41d0d7a5bf03c5628 | |
parent | 7764261c525cc4089ac0c44236e893305d5c5502 (diff) | |
download | buildroot-novena-383964a677109f4618890cbbc4613e9e3620d4a4.tar.gz buildroot-novena-383964a677109f4618890cbbc4613e9e3620d4a4.zip |
Revert to binutils-2.14.90.0.6, since binutils-2.14.90.0.7
seems to have problems with building as canadian cross...
-Erik
-rw-r--r-- | make/binutils.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/binutils.mk b/make/binutils.mk index 196754669..2ee0453e9 100644 --- a/make/binutils.mk +++ b/make/binutils.mk @@ -4,8 +4,8 @@ # ############################################################# BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils -BINUTILS_SOURCE:=binutils-2.14.90.0.7.tar.bz2 -BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14.90.0.7 +BINUTILS_SOURCE:=binutils-2.14.90.0.6.tar.bz2 +BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14.90.0.6 BINUTILS_CAT:=bzcat BINUTILS_DIR1:=$(TOOL_BUILD_DIR)/binutils-build |