- Add x86_64 platform for MacOSX

- Fix compilation on MacOSX gcc
This commit is contained in:
Thilo Schulz 2011-08-10 20:48:53 +00:00
parent 3b642f9032
commit 99e157e066
2 changed files with 16 additions and 13 deletions

View file

@ -386,6 +386,9 @@ ifeq ($(PLATFORM),darwin)
# used no matter what and they corrupt the frame pointer in VM calls
BASE_CFLAGS += -mstackrealign
endif
ifeq ($(ARCH),x86_64)
OPTIMIZEVM += -mfpmath=sse
endif
BASE_CFLAGS += -fno-strict-aliasing -DMACOS_X -fno-common -pipe