]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Removed the locale patch of gcc that breaks build.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2008 23:23:16 +0000 (01:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2008 23:23:16 +0000 (01:23 +0200)
lfs/gcc

diff --git a/lfs/gcc b/lfs/gcc
index e62528bcac790f18d0c5085e1d940e20e1a0cd34..2ec0b8cc0e88bde08b852d6296e9a2c48679143e 100644 (file)
--- a/lfs/gcc
+++ b/lfs/gcc
@@ -45,7 +45,6 @@ endif
 
 objects = $(DL_FILE) \
        $(THISAPP)-uClibc_conf-1.patch \
-       $(THISAPP)-uClibc_locale-1.patch \
        $(THISAPP)-uClibc_c99-snprintf.patch \
        $(THISAPP)-fstack_protector-1.patch \
        $(THISAPP)-fortify_source-2.patch \
@@ -187,7 +186,6 @@ endif
 
 ifeq "$(STAGE)" "installer"
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uClibc_conf-1.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uClibc_locale-1.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uClibc_c99-snprintf.patch
 ifeq "$(PASS)" "1"
        ### Copying headers to install area of bootstrap gcc,