1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/ghc/files/patch-aa
Ade Lovett 7ae3a78d48 Update to 4.08.1
PR:		21502
Submitted by:	maintainer
2000-10-13 20:17:46 +00:00

20 lines
771 B
Plaintext

*** 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)