From c2aad047be007651f396ea55752709c587bbf8f1 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Wed, 10 Aug 2011 20:48:53 +0000 Subject: - Add x86_64 platform for MacOSX - Fix compilation on MacOSX gcc --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit