Build system cleanup

release
Slava 2007-09-22 00:41:17 -04:00
parent 3a1d458b29
commit 7475278aea
18 changed files with 3 additions and 5 deletions

View File

@ -1,2 +0,0 @@
BOOT_ARCH = amd64
PLAF_DLL_OBJS += vm/cpu-amd64.o

View File

@ -1,2 +0,0 @@
#CC = x86-wince-mingw32ce-gcc
include vm/Config.windows.ce vm/Config.x86

View File

@ -1,5 +1,5 @@
BOOT_ARCH = x86
PLAF_DLL_OBJS += vm/cpu-x86.o
PLAF_DLL_OBJS += vm/cpu-x86.32.o
# gcc bug workaround
CFLAGS += -fno-builtin-strlen -fno-builtin-strcat -mtune=pentium4

2
vm/Config.x86.64 Normal file
View File

@ -0,0 +1,2 @@
BOOT_ARCH = amd64
PLAF_DLL_OBJS += vm/cpu-x86.64.o