[MLton-commit] r6362
Ville Laurikari
ville at mlton.org
Thu Jan 31 04:59:08 PST 2008
Avoid warnings from libgmp headers on ia64-hpux.
----------------------------------------------------------------------
U mlton/trunk/runtime/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile 2008-01-31 12:47:16 UTC (rev 6361)
+++ mlton/trunk/runtime/Makefile 2008-01-31 12:59:08 UTC (rev 6362)
@@ -1,4 +1,4 @@
-## Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+## Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
# Jagannathan, and Stephen Weeks.
# Copyright (C) 1997-2000 NEC Research Institute.
#
@@ -38,6 +38,10 @@
OPTWARNFLAGS += -Winline
endif
+ifeq ($(TARGET_ARCH), ia64)
+FLAGS += -fgnu89-inline
+endif
+
ifeq ($(TARGET_ARCH), sparc)
FLAGS += -m32 -mcpu=v8 -Wa,-xarch=v8plusa
endif
More information about the MLton-commit
mailing list