summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2003-04-26 04:59:09 +0200
committerEric Andersen2003-04-26 04:59:09 +0200
commitd906413ad97812d17864c0ec2da85acdcb20060f (patch)
tree4f2ebd5efdb19b162f1407fbd3abaaa1e9573775 /make
parentPatch from Bruno Randolf to fix openssh cross-compile to not (diff)
downloadbuildroot-d906413ad97812d17864c0ec2da85acdcb20060f.tar.gz
buildroot-d906413ad97812d17864c0ec2da85acdcb20060f.tar.xz
buildroot-d906413ad97812d17864c0ec2da85acdcb20060f.zip
Update gcc to version 3.2.3. Fix the openssh patch
Diffstat (limited to 'make')
-rw-r--r--make/uclibc_toolchain.mk6
-rw-r--r--make/uclibc_toolchain_2_95.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index 6e3e33e2f..d99e2ff56 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -26,7 +26,7 @@ ifeq ($(GCC_2_95_TOOLCHAIN),false)
#
#############################################################
#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++
@@ -62,8 +62,8 @@ UCLIBC_SITE:=http://www.uclibc.org/downloads
endif
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
-GCC_SOURCE:=gcc-3.2.2.tar.gz
-GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-3.2.2
+GCC_SOURCE:=gcc-3.2.3.tar.gz
+GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-3.2.3
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++