summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain_2_95.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-04-26 02:59:09 +0000
committerEric Andersen <andersen@codepoet.org>2003-04-26 02:59:09 +0000
commitd906413ad97812d17864c0ec2da85acdcb20060f (patch)
tree4f2ebd5efdb19b162f1407fbd3abaaa1e9573775 /make/uclibc_toolchain_2_95.mk
parent1c8e0b4771da339d9bfe450cfb9790a342b1a345 (diff)
Update gcc to version 3.2.3. Fix the openssh patch
Diffstat (limited to 'make/uclibc_toolchain_2_95.mk')
-rw-r--r--make/uclibc_toolchain_2_95.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/uclibc_toolchain_2_95.mk b/make/uclibc_toolchain_2_95.mk
index 9a040ddf3..987858468 100644
--- a/make/uclibc_toolchain_2_95.mk
+++ b/make/uclibc_toolchain_2_95.mk
@@ -26,7 +26,7 @@ ifeq ($(GCC_2_95_TOOLCHAIN),true)
#
#############################################################
#Directory in which to build the toolchain
-TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build
+TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build_$(ARCH)
TARGET_LANGUAGES:=c,c++