mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Fix up building with gcc 4.0.1 / gas 2.16.91
This commit is contained in:
@@ -133,7 +133,7 @@ CFLAGS+= -falign-jumps=1 -falign-loops=1 -falign-functions=1
|
||||
endif
|
||||
GCC_MINORVERSION = $(word 2, $(GCC_VERSION))
|
||||
ifneq ($(GCC_MINORVERSION),4)
|
||||
CFLAGS+= -mcpu=i386
|
||||
CFLAGS+= -march=i386
|
||||
endif
|
||||
|
||||
LDFLAGS+= -N
|
||||
|
||||
Reference in New Issue
Block a user