summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-06 19:57:05 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-06 19:57:05 +0000
commit1bf1972968982cb335915b4c5ba9a4259a164af9 (patch)
tree1bd21b4f8506b73d04779b1e40f8ba8cbeae4cb3 /make/uclibc_toolchain.mk
parent9278a0bb9bfa4940a9bc7d6e57b8a00eb83910ab (diff)
Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
Update the default uClibc config.
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r--make/uclibc_toolchain.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index 40e8be5a8..d8ccea34a 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -39,8 +39,8 @@ MULTILIB:=--enable-multilib
#
#############################################################
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
-BINUTILS_SOURCE:=binutils-2.13.2.tar.bz2
-BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2
+BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
+BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1
#
# Perhaps you would perfer to use the older 2.12.1 version?
#BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
@@ -59,8 +59,8 @@ UCLIBC_SITE:=http://www.kernel.org/pub/linux/libs/uclibc
endif
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
-GCC_SOURCE:=gcc-3.2.1.tar.gz
-GCC_DIR:=$(BUILD_DIR)/gcc-3.2.1
+GCC_SOURCE:=gcc-3.2.2.tar.gz
+GCC_DIR:=$(BUILD_DIR)/gcc-3.2.2