From: Michael Tremer Date: Wed, 3 Dec 2008 22:16:20 +0000 (+0100) Subject: Fix a kernel performance penalty. X-Git-Tag: v3.0-alpha1~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=663dc97b00a8da804386cca99e79438863a04377;p=ipfire-3.x.git Fix a kernel performance penalty. --- diff --git a/lfs/linux b/lfs/linux index 9eb97563e..4bdc8b652 100644 --- a/lfs/linux +++ b/lfs/linux @@ -133,7 +133,7 @@ ifeq "$(STAGE)" "ipfire" cd $(DIR_APP) && yes "" | make oldconfig - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && CC="gcc -U_FORTIFY_SOURCE" make $(PARALLELISMFLAGS) cd $(DIR_APP) && make modules_install cd $(DIR_APP) && cp -v arch/x86/boot/bzImage /boot/$(SNAME)kernel-$(FULLVER)