diff options
Diffstat (limited to 'lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl')
-rw-r--r-- | lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl b/lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl deleted file mode 100644 index e723882ebbfa..000000000000 --- a/lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl +++ /dev/null @@ -1,11 +0,0 @@ ---- driver/mangler/ghc-asm.lprl.orig 2007-12-10 19:11:31.000000000 +0100 -+++ driver/mangler/ghc-asm.lprl 2008-03-02 14:26:51.000000000 +0100 -@@ -216,7 +216,7 @@ - $T_HDR_vector = "\.text\n\t\.align 8\n"; - - #--------------------------------------------------------# -- } elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd)$/m ) { -+ } elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd)$/m ) { - - $T_STABBY = 0; # 1 iff .stab things (usually if a.out format) - $T_US = ''; # _ if symbols have an underscore on the front |