- Add x86_64 platform for MacOSX
- Fix compilation on MacOSX gcc
This commit is contained in:
parent
3b642f9032
commit
99e157e066
2 changed files with 16 additions and 13 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue