diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-06 09:31:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-06 09:31:13 +0000 |
commit | 24314c704fc74d4bcfd935edfd622b56f0ce3afe (patch) | |
tree | 657421b39d8432af02e7c23c7f3fbde0deb37b46 | |
parent | d39951475283e231707df7f86a077036e7d35a00 (diff) |
Update binutils version. Reportly fixes big endian arm...
-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 c9de5593d..005f70fa3 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.6.tar.bz2 -BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14.90.0.6 +BINUTILS_SOURCE:=binutils-2.14.90.0.7.tar.bz2 +BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14.90.0.7 BINUTILS_CAT:=bzcat BINUTILS_DIR1:=$(TOOL_BUILD_DIR)/binutils-build |