summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-08-10 20:48:53 +0000
committerTim Angus <tim@ngus.net>2013-01-10 23:26:59 +0000
commitc2aad047be007651f396ea55752709c587bbf8f1 (patch)
tree506ba813fc7e6be73c8ce1cbdad7e5d89b7213dc /Makefile
parent41dbd48f721f3489e4ca162fc14484d13c57d53c (diff)
- Add x86_64 platform for MacOSX - Fix compilation on MacOSX gcc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d404d6ff..97e3fff5 100644
--- a/Makefile
+++ b/Makefile
@@ -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