[MLton-commit] r4337

Matthew Fluet MLton@mlton.org
Thu, 2 Feb 2006 16:36:02 -0800


Revert to -m32
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/Makefile

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/Makefile
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-02-03 00:35:40 UTC (rev 4336)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-02-03 00:36:01 UTC (rev 4337)
@@ -26,7 +26,7 @@
 endif
 
 ifeq ($(TARGET_ARCH), amd64)
-FLAGS += -m64 -mtune=opteron
+FLAGS += -m32 -mtune=opteron
 endif
 
 ifeq ($(TARGET_ARCH), sparc)