summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-06-14 20:21:27 +0000
committerEric Andersen <andersen@codepoet.org>2004-06-14 20:21:27 +0000
commit61950d85632fb084eabdaba6bcd92fed741c7cb2 (patch)
tree56e52d2ae514cd3c90efd7383fa51a6d8580fc05
parent64f5435c82ecfc34b5a0bba1db8f8ead88f005ae (diff)
downloadbuildroot-novena-61950d85632fb084eabdaba6bcd92fed741c7cb2.tar.gz
buildroot-novena-61950d85632fb084eabdaba6bcd92fed741c7cb2.zip
Use stock gcc 3.3.4
-rw-r--r--make/gcc-uclibc-3.3.mk6
-rw-r--r--sources/gcc3.3-mega.patch.bz2bin153371 -> 0 bytes
2 files changed, 2 insertions, 4 deletions
diff --git a/make/gcc-uclibc-3.3.mk b/make/gcc-uclibc-3.3.mk
index b3795e66a..13b4bf0c9 100644
--- a/make/gcc-uclibc-3.3.mk
+++ b/make/gcc-uclibc-3.3.mk
@@ -20,10 +20,9 @@
ifneq ($(GCC_2_95_TOOLCHAIN),true)
# Shiny new stuff...
-GCC_VERSION:=3.3.3
+GCC_VERSION:=3.3.4
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION)
-#GCC_SITE:=http://www.binarycode.org/gcc/releases/gcc-$(GCC_VERSION)
-#GCC_SITE:=http://gcc.get-software.com/releases/gcc-$(GCC_VERSION)
+GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION)
#
# snapshots....
@@ -67,7 +66,6 @@ $(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
$(GCC_DIR)/.patched: $(GCC_DIR)/.unpacked
# Apply any files named gcc-*.patch from the source directory to gcc
- $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc3.3-mega.patch.bz2
$(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR) gcc-uclibc-3.3*.patch
ifeq ($(SOFT_FLOAT),true)
ifeq ("$(strip $(ARCH))","i386")
diff --git a/sources/gcc3.3-mega.patch.bz2 b/sources/gcc3.3-mega.patch.bz2
deleted file mode 100644
index adfda5f1a..000000000
--- a/sources/gcc3.3-mega.patch.bz2
+++ /dev/null
Binary files differ