mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
remove old minorversion!=4 check (added -march a second time)
This commit is contained in:
committed by
Michael Brown
parent
06eb725cd4
commit
0ebf6cdef4
@@ -122,10 +122,6 @@ CFLAGS+= -malign-jumps=1 -malign-loops=1 -malign-functions=1
|
|||||||
else
|
else
|
||||||
CFLAGS+= -falign-jumps=1 -falign-loops=1 -falign-functions=1
|
CFLAGS+= -falign-jumps=1 -falign-loops=1 -falign-functions=1
|
||||||
endif
|
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.
|
# this is almost always a win. the kernel uses it, too.
|
||||||
CFLAGS+= -mpreferred-stack-boundary=2
|
CFLAGS+= -mpreferred-stack-boundary=2
|
||||||
|
|||||||
Reference in New Issue
Block a user