[MLton-commit] r5886
Matthew Fluet
fluet at mlton.org
Thu Aug 16 21:00:21 PDT 2007
print-constants.c program is target dependent, because C sizes are target dependent
----------------------------------------------------------------------
U mlton/trunk/bin/add-cross
----------------------------------------------------------------------
Modified: mlton/trunk/bin/add-cross
===================================================================
--- mlton/trunk/bin/add-cross 2007-08-16 02:49:12 UTC (rev 5885)
+++ mlton/trunk/bin/add-cross 2007-08-17 04:00:18 UTC (rev 5886)
@@ -153,7 +153,7 @@
exe='print-constants'
echo "Compiling and running print-constants on $machine."
-"$src/build/bin/mlton" -build-constants true |
+"$src/build/bin/mlton" -target $crossTarget -build-constants true |
ssh $machine "cd $tmp/runtime &&
cat >$exe.c &&
gcc $archOpts $osOpts -I. -o $exe $exe.c libmlton.a libgdtoa.a -lgmp -lm"
More information about the MLton-commit
mailing list