[MLton-commit] r7012

Wesley Terpstra wesley at mlton.org
Thu Jan 15 09:04:07 PST 2009


Inline flags also needed on gcc 4.3


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

U   mlton/trunk/runtime/Makefile

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

Modified: mlton/trunk/runtime/Makefile
===================================================================
--- mlton/trunk/runtime/Makefile	2009-01-15 13:55:00 UTC (rev 7011)
+++ mlton/trunk/runtime/Makefile	2009-01-15 17:04:05 UTC (rev 7012)
@@ -57,7 +57,7 @@
 
 ifeq ($(TARGET_ARCH), amd64)
 FLAGS += -m64
-ifeq ($(findstring $(GCC_VERSION), 3.4 4.0 4.1),$(GCC_VERSION))
+ifeq ($(findstring $(GCC_VERSION), 3.4 4.0 4.1 4.3),$(GCC_VERSION))
 GCOPTFLAGS += --param inline-unit-growth=100
 GCOPTFLAGS += --param max-inline-insns-single=1000
 GCOPTFLAGS += --param large-function-growth=1000




More information about the MLton-commit mailing list