From: Michael Tremer Date: Sat, 28 Jun 2008 23:23:16 +0000 (+0200) Subject: Removed the locale patch of gcc that breaks build. X-Git-Tag: v3.0-alpha1~913^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd5cc4a2cba3d75420710e826957642d2ce836cf;p=ipfire-3.x.git Removed the locale patch of gcc that breaks build. --- diff --git a/lfs/gcc b/lfs/gcc index e62528bca..2ec0b8cc0 100644 --- 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,