Use stock gcc 3.3.4
authorEric Andersen <andersen@codepoet.org>
Mon, 14 Jun 2004 20:21:27 +0000 (20:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 14 Jun 2004 20:21:27 +0000 (20:21 -0000)
make/gcc-uclibc-3.3.mk
sources/gcc3.3-mega.patch.bz2 [deleted file]

index b3795e66a4e4026ad7ae1faa9d0aea528926dc2d..13b4bf0c9f4e67e179868cba4acd05a0ae932d89 100644 (file)
 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 (file)
index adfda5f..0000000
Binary files a/sources/gcc3.3-mega.patch.bz2 and /dev/null differ