From: Eric Andersen Date: Tue, 20 Apr 2004 19:48:37 +0000 (-0000) Subject: Sync with the latest from Debian testing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffbca758f231551d3430f5fa69970a18c313622d;p=buildroot.git Sync with the latest from Debian testing --- diff --git a/make/gcc-uclibc-3.3.mk b/make/gcc-uclibc-3.3.mk index f4c4ac1aa4..b3795e66a4 100644 --- a/make/gcc-uclibc-3.3.mk +++ b/make/gcc-uclibc-3.3.mk @@ -67,6 +67,7 @@ $(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 new file mode 100644 index 0000000000..adfda5f1a2 Binary files /dev/null and b/sources/gcc3.3-mega.patch.bz2 differ