From: Michael Tremer Date: Tue, 4 Sep 2012 19:24:59 +0000 (+0200) Subject: grub: Remove all CFLAGS. X-Git-Tag: v2.13-beta1~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad9406987b4d8c843722da55b6176c2a5cca5119;p=people%2Fms%2Fipfire-2.x.git grub: Remove all CFLAGS. --- diff --git a/lfs/grub b/lfs/grub index 56935f0f7e..76315fa37e 100644 --- a/lfs/grub +++ b/lfs/grub @@ -32,8 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 -CFLAGS = -O0 -fno-reorder-functions -fno-strict-aliasing -Wall -Werror \ - -Wno-shadow -Wno-unused -Wno-pointer-sign +CFLAGS = CXXFLAGS = ############################################################################### @@ -81,8 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && autoconf # Build. - cd $(DIR_APP) && CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \ - --disable-auto-linux-mem-opt + cd $(DIR_APP) && CFLAGS="$(CFLAGS)" ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install