[MLton] starting builds
Wesley W.Terpstra
wesley@terpstra.ca
Wed, 31 Aug 2005 17:27:00 +0200
Fixed!! :-)
On Aug 30, 2005, at 2:33 AM, Wesley W. Terpstra wrote:
> --- mlton/main/main.fun (revision 4050)
> +++ mlton/main/main.fun (working copy)
> @@ -98,6 +98,7 @@
> ; targetOS := os
> ; (case arch of
> Sparc => (align := Align8; codegen := CCodegen)
> + | HPPA => (align := Align8; codegen := CCodegen)
> | X86 => codegen := Native
> | AMD64 => codegen := Native
> | _ => codegen := CCodegen)
That was the only required change.
The other problems all came down to a corrupt constants file.
Somehow or another, different options lead to different constants.
Now that I very carefully used the same options as MLton does,
it works out perfectly again. Sigh. :-)
I've uploaded the new package.
In about a day, it should appear in the archive, then you should
be able to just upload a new source package (with the above fix)
and the autobuilders will rebuild MLton for you automagically.
I am running a native regression for sparc and hppa.
I'll send the log here when they're done.