Remove obsolete -mtune=pentium4 compile flag
parent
9243316489
commit
a26947ba2e
|
@ -2,4 +2,4 @@ BOOT_ARCH = x86
|
|||
PLAF_DLL_OBJS += vm/cpu-x86.32.o
|
||||
|
||||
# gcc bug workaround
|
||||
CFLAGS += -fno-builtin-strlen -fno-builtin-strcat -mtune=pentium4
|
||||
CFLAGS += -fno-builtin-strlen -fno-builtin-strcat
|
||||
|
|
Loading…
Reference in New Issue