Build system cleanup
parent
3a1d458b29
commit
7475278aea
|
@ -1,2 +0,0 @@
|
||||||
BOOT_ARCH = amd64
|
|
||||||
PLAF_DLL_OBJS += vm/cpu-amd64.o
|
|
|
@ -1,2 +0,0 @@
|
||||||
#CC = x86-wince-mingw32ce-gcc
|
|
||||||
include vm/Config.windows.ce vm/Config.x86
|
|
|
@ -1,5 +1,5 @@
|
||||||
BOOT_ARCH = x86
|
BOOT_ARCH = x86
|
||||||
PLAF_DLL_OBJS += vm/cpu-x86.o
|
PLAF_DLL_OBJS += vm/cpu-x86.32.o
|
||||||
|
|
||||||
# gcc bug workaround
|
# gcc bug workaround
|
||||||
CFLAGS += -fno-builtin-strlen -fno-builtin-strcat -mtune=pentium4
|
CFLAGS += -fno-builtin-strlen -fno-builtin-strcat -mtune=pentium4
|
|
@ -0,0 +1,2 @@
|
||||||
|
BOOT_ARCH = amd64
|
||||||
|
PLAF_DLL_OBJS += vm/cpu-x86.64.o
|
Loading…
Reference in New Issue