From ad9406987b4d8c843722da55b6176c2a5cca5119 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 Sep 2012 21:24:59 +0200 Subject: [PATCH] grub: Remove all CFLAGS. --- lfs/grub | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5