summaryrefslogtreecommitdiff
path: root/lang/ghc/files/extra-patch-driver-mangler-ghc-asm.lprl
blob: e723882ebbfa49a07761da1c9b848b16502d09cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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