summaryrefslogtreecommitdiff
path: root/lang/ghc5/files/patch-aa
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-13 20:17:46 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-13 20:17:46 +0000
commit7ae3a78d483f3ef1fb328821b1028b6c78c80ec8 (patch)
tree5336b5bceb2d25bd34d48c88875b4f526ead1ca5 /lang/ghc5/files/patch-aa
parentUpdate to 3.00 (diff)
Update to 4.08.1
PR: 21502 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=33778
Diffstat (limited to 'lang/ghc5/files/patch-aa')
-rw-r--r--lang/ghc5/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/ghc5/files/patch-aa b/lang/ghc5/files/patch-aa
new file mode 100644
index 000000000000..87b353cdcbf3
--- /dev/null
+++ b/lang/ghc5/files/patch-aa
@@ -0,0 +1,19 @@
+*** 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)