diff options
Diffstat (limited to 'dev-lang/mlton/files/mlton-20040227-obsolete-flags.patch')
-rw-r--r-- | dev-lang/mlton/files/mlton-20040227-obsolete-flags.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lang/mlton/files/mlton-20040227-obsolete-flags.patch b/dev-lang/mlton/files/mlton-20040227-obsolete-flags.patch deleted file mode 100644 index c6904b6379fd..000000000000 --- a/dev-lang/mlton/files/mlton-20040227-obsolete-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ -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 |