http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06eb725
)
remove old minorversion!=4 check (added -march a second time)
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Wed, 1 Aug 2007 21:32:42 +0000
(23:32 +0200)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 2 Aug 2007 00:54:42 +0000
(
01:54
+0100)
src/arch/i386/Config
patch
|
blob
|
history
diff --git
a/src/arch/i386/Config
b/src/arch/i386/Config
index
9973f7b
..
1c086ec
100644
(file)
--- 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