From: dons Date: Sun, 18 Apr 2004 09:36:51 +0000 (+0000) Subject: [project @ 2004-04-18 09:36:51 by dons] X-Git-Tag: Initial_conversion_from_CVS_complete~1893 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d60a767eb11ef26a2573a6c2b4139d28efff4cf3;p=ghc-hetmet.git [project @ 2004-04-18 09:36:51 by dons] Add OpenBSD/amd64 to the known x86_64's --- diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 62896b9..5aee942 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -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