summaryrefslogtreecommitdiff
path: root/lang/ghc6/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /lang/ghc6/files/patch-aa
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'lang/ghc6/files/patch-aa')
-rw-r--r--lang/ghc6/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/ghc6/files/patch-aa b/lang/ghc6/files/patch-aa
deleted file mode 100644
index 87b353cdcbf3..000000000000
--- a/lang/ghc6/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ghc/driver/ghc-asm.lprl~ Sat Aug 26 23:25:46 2000
---- ghc/driver/ghc-asm.lprl Sat Aug 26 23:26:11 2000
-***************
-*** 954,960 ****
- }
- print OUTASM $T_HDR_consist, "${consist}${T_POST_LBL}\n";
-
-! } elsif ( $TargetPlatform !~ /^(mips)-/ ) { # we just don't try in those case (ToDo)
- # on mips: consistency string is just a v
- # horrible bunch of .bytes,
- # which I am too lazy to sort out (WDP 95/05)
---- 954,960 ----
- }
- print OUTASM $T_HDR_consist, "${consist}${T_POST_LBL}\n";
-
-! } elsif ( $TargetPlatform !~ /mips|freebsd/ ) { # we just don't try in those case (ToDo)
- # on mips: consistency string is just a v
- # horrible bunch of .bytes,
- # which I am too lazy to sort out (WDP 95/05)