This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
737abe0f9a
factor
/
vm
/
Config.x86.32
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vm: move dispatch_signal_handler to cpu-x86.cpp The new signal handler dispatch is logic is CISC-centric; defer fixing it until we find someone who cares
2011-10-26 19:22:42 -04:00
PLAF_DLL_OBJS += vm/cpu-x86.o
GNUmakefile: use PCH so compiler goes faster Also add more accurate dependencies on headers so "make" works right when headers change
2011-11-07 16:50:52 -05:00
PLAF_MASTER_HEADERS += vm/cpu-x86.hpp
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
2012-04-05 13:26:50 -04:00
SITE_CFLAGS += -m32