From dc659a71aa421b903eff7011c49aaf68a583f875 Mon Sep 17 00:00:00 2001 From: dons Date: Mon, 18 Aug 2003 00:14:10 +0000 Subject: [PATCH] [project @ 2003-08-18 00:14:10 by dons] sparc-*-openbsd mangler --- 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 c929624..51a1b04 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -317,7 +317,7 @@ sub init_TARGET_STUFF { $T_create_word = "\t.long"; #--------------------------------------------------------# - } elsif ( $TargetPlatform =~ /^sparc-.*-solaris2/ ) { + } elsif ( $TargetPlatform =~ /^sparc-.*-(solaris2|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