From d60a767eb11ef26a2573a6c2b4139d28efff4cf3 Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 18 Apr 2004 09:36:51 +0000 Subject: [PATCH] [project @ 2004-04-18 09:36:51 by dons] Add OpenBSD/amd64 to the known x86_64's --- ghc/driver/mangler/ghc-asm.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4