From: Holger Lubitz Date: Wed, 1 Aug 2007 21:32:42 +0000 (+0200) Subject: remove old minorversion!=4 check (added -march a second time) X-Git-Tag: v0.9.3~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440;p=thirdparty%2Fipxe.git remove old minorversion!=4 check (added -march a second time) --- diff --git a/src/arch/i386/Config b/src/arch/i386/Config index 9973f7bf9..1c086ecc9 100644 --- a/src/arch/i386/Config +++ b/src/arch/i386/Config @@ -122,10 +122,6 @@ CFLAGS+= -malign-jumps=1 -malign-loops=1 -malign-functions=1 else CFLAGS+= -falign-jumps=1 -falign-loops=1 -falign-functions=1 endif -GCC_MINORVERSION = $(word 2, $(GCC_VERSION)) -ifneq ($(GCC_MINORVERSION),4) -CFLAGS+= -march=i386 -endif # this is almost always a win. the kernel uses it, too. CFLAGS+= -mpreferred-stack-boundary=2