diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-08-10 20:48:53 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 23:26:59 +0000 |
commit | c2aad047be007651f396ea55752709c587bbf8f1 (patch) | |
tree | 506ba813fc7e6be73c8ce1cbdad7e5d89b7213dc /Makefile | |
parent | 41dbd48f721f3489e4ca162fc14484d13c57d53c (diff) |
- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gcc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -378,6 +378,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 |