[MLton-commit] r5739
jlouis at mlton.org
jlouis at mlton.org
Sun Jul 8 13:21:06 PDT 2007
Make bin/platform understand the 'uname -m' designation on FreeBSD.
----------------------------------------------------------------------
U mlton/trunk/bin/platform
----------------------------------------------------------------------
Modified: mlton/trunk/bin/platform
===================================================================
--- mlton/trunk/bin/platform 2007-07-08 18:49:37 UTC (rev 5738)
+++ mlton/trunk/bin/platform 2007-07-08 20:21:05 UTC (rev 5739)
@@ -76,6 +76,9 @@
i?86_64)
HOST_ARCH=amd64
;;
+amd64)
+ HOST_ARCH=amd64
+;;
arm*)
HOST_ARCH=arm
;;
More information about the MLton-commit
mailing list