[MLton-commit] r7258
    Wesley Terpstra 
    wesley at mlton.org
       
    Tue Oct 13 11:13:51 PDT 2009
    
    
  
HP-UX needs this, but linux can't have it.
----------------------------------------------------------------------
U   mlton/trunk/runtime/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile	2009-10-13 18:07:05 UTC (rev 7257)
+++ mlton/trunk/runtime/Makefile	2009-10-13 18:13:51 UTC (rev 7258)
@@ -74,7 +74,10 @@
 
 ifeq ($(TARGET_ARCH), ia64)
 FLAGS += -mtune=itanium2
+ifeq ($(TARGET_OS), hpux)
+FLAGS += -mlp64
 endif
+endif
 
 ifeq ($(TARGET_OS)-$(TARGET_ARCH), aix-powerpc64)
 FLAGS += -maix64
    
    
More information about the MLton-commit
mailing list