[MLton-commit] r4612

Matthew Fluet MLton@mlton.org
Sat, 27 May 2006 05:54:15 -0700


gcc 4.1 on x86
----------------------------------------------------------------------

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-05-27 12:39:06 UTC (rev 4611)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/Makefile	2006-05-27 12:54:15 UTC (rev 4612)
@@ -40,6 +40,9 @@
 OPTWARNFLAGS += -Winline
 endif
 endif
+ifeq ($(findstring $(GCC_VERSION), 4.1),$(GCC_VERSION))
+OPTWARNFLAGS += -Winline
+endif
 DEBUGFLAGS += -gstabs+
 endif