blob: c6904b6379fd4d782eb8817ba415c23af2391e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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
|