diff options
| author | Holger Lubitz | 2007-08-01 23:32:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-08-02 02:54:42 +0200 |
| commit | 0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440 (patch) | |
| tree | 2b895a93535e8564c21e5c3fa5fdd9b57a27dff1 /src/arch/i386 | |
| parent | remove x86_64 comments from arch specific Config (diff) | |
| download | ipxe-0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440.tar.gz ipxe-0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440.tar.xz ipxe-0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440.zip | |
remove old minorversion!=4 check (added -march a second time)
Diffstat (limited to 'src/arch/i386')
| -rw-r--r-- | src/arch/i386/Config | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
