diff -Nru mlton-20040227.orig/bin/mlton mlton-20040227/bin/mlton --- mlton-20040227.orig/bin/mlton 2004-06-09 17:43:13.388827848 +0200 +++ mlton-20040227/bin/mlton 2004-06-09 17:43:39.256895304 +0200 @@ -58,9 +58,9 @@ '-fno-strength-reduce -fschedule-insns -fschedule-insns2 - -malign-functions=5 - -malign-jumps=2 - -malign-loops=2 + -falign-functions=5 + -falign-jumps=2 + -falign-loops=2 -mcpu=pentiumpro' \ -target-cc-opt sparc \ '-Wa,-xarch=v8plusa diff -Nru mlton-20040227.orig/runtime/Makefile mlton-20040227/runtime/Makefile --- mlton-20040227.orig/runtime/Makefile 2004-06-09 17:43:13.689782096 +0200 +++ mlton-20040227/runtime/Makefile 2004-06-09 17:43:39.258895000 +0200 @@ -4,7 +4,7 @@ FLAGS = -fomit-frame-pointer ifeq ($(TARGET_ARCH), x86) -FLAGS += -mcpu=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=5 +FLAGS += -mcpu=pentiumpro -falign-loops=2 -falign-jumps=2 -falign-functions=5 endif ifeq ($(TARGET_ARCH), sparc) FLAGS += -Wa,-xarch=v8plusa -fcall-used-g5 -fcall-used-g7 -funroll-all-loops -m32 -mv8 -mcpu=ultrasparc