[project @ 2004-04-18 09:36:51 by dons]
authordons <unknown>
Sun, 18 Apr 2004 09:36:51 +0000 (09:36 +0000)
committerdons <unknown>
Sun, 18 Apr 2004 09:36:51 +0000 (09:36 +0000)
Add OpenBSD/amd64 to the known x86_64's

ghc/driver/mangler/ghc-asm.lprl

index 62896b9..5aee942 100644 (file)
@@ -230,7 +230,7 @@ sub init_TARGET_STUFF {
     $T_HDR_direct   = "\.text\n\t\.align 8\n";
 
     #--------------------------------------------------------#
-    } elsif ( $TargetPlatform =~ /^x86_64-.*-linux$/ ) {
+    } elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd)$/ ) {
 
     $T_STABBY       = 0; # 1 iff .stab things (usually if a.out format)
     $T_US           = ''; # _ if symbols have an underscore on the front