summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-23 22:43:36 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-23 22:43:36 +0000
commit793161ad1c0a49df4def92a13d3144dc883bb4ed (patch)
tree84689701f57719d14e6f7ad2e800fb486c20c738 /make/uclibc_toolchain.mk
parentc314ac957e21e98e2fcac0bd59cf5877f7fef0fa (diff)
Fix binutils path
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r--make/uclibc_toolchain.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index 7f1ae1ffc..45bc8344e 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -43,9 +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_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14
BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
-BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1
+BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.13.2.1
ifeq ($(USE_UCLIBC_SNAPSHOT),true)
# Be aware that this changes daily....