[MLton-commit] r5414

Matthew Fluet fluet at mlton.org
Sat Mar 10 05:42:03 PST 2007


Reorder options
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/bin/mlton-script

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

Modified: mlton/branches/on-20050822-x86_64-branch/bin/mlton-script
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/bin/mlton-script	2007-03-10 13:39:05 UTC (rev 5413)
+++ mlton/branches/on-20050822-x86_64-branch/bin/mlton-script	2007-03-10 13:42:02 UTC (rev 5414)
@@ -82,6 +82,7 @@
         -cc-opt-quote "-I$lib/include"                           \
         -cc-opt '-O1'                                            \
         -cc-opt '-fno-strict-aliasing -fomit-frame-pointer -w'   \
+        -link-opt '-lgdtoa -lm -lgmp'                            \
         -mlb-path-map "$lib/mlb-path-map"                        \
         -target-as-opt amd64 '-m64 -mtune=opteron'               \
         -target-cc-opt amd64 '-m64 -mtune=opteron'               \
@@ -109,6 +110,5 @@
                 '-Wl,-R/usr/pkg/lib -L/usr/pkg/lib/'             \
         -target-link-opt openbsd '-L/usr/local/lib/'             \
         -target-link-opt solaris '-lnsl -lsocket -lrt'           \
-        -link-opt '-lgdtoa -lm -lgmp'                            \
         -profile-exclude '<basis>'                               \
         "$@"




More information about the MLton-commit mailing list