diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-23 21:40:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-23 21:40:29 +0000 |
commit | c314ac957e21e98e2fcac0bd59cf5877f7fef0fa (patch) | |
tree | 785fde0f3044948585969d798a40dd9635e1e36b /make/uclibc_toolchain.mk | |
parent | 2ae1136ed55694069c96f448b7afcf4d0f8d7226 (diff) |
Fix the binutils dir
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r-- | make/uclibc_toolchain.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index 3d3d5a8ca..7f1ae1ffc 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -43,8 +43,9 @@ MULTILIB:=--enable-multilib ############################################################# BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/ #BINUTILS_SOURCE:=binutils-2.14.tar.bz2 +#BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.14 BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2 -BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14 +BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1 ifeq ($(USE_UCLIBC_SNAPSHOT),true) # Be aware that this changes daily.... |