summaryrefslogtreecommitdiff
path: root/ghc/driver
diff options
context:
space:
mode:
authorsimonmar <unknown>2006-01-09 14:25:44 +0000
committersimonmar <unknown>2006-01-09 14:25:44 +0000
commit6f917d9600e7e5ba63a33f4079bcbc6ebbdb10fb (patch)
tree80da8cf5fdee461e6b3fa5de6051e00aa49f0daa /ghc/driver
parentf4965a02229f7f2e44acc41e70475b0fe1b26233 (diff)
downloadhaskell-6f917d9600e7e5ba63a33f4079bcbc6ebbdb10fb.tar.gz
[project @ 2006-01-09 14:25:44 by simonmar]
Diffstat (limited to 'ghc/driver')
-rw-r--r--ghc/driver/mangler/ghc-asm.lprl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl
index 1c75f00d2b..760175a575 100644
--- a/ghc/driver/mangler/ghc-asm.lprl
+++ b/ghc/driver/mangler/ghc-asm.lprl
@@ -160,7 +160,7 @@ sub init_TARGET_STUFF {
$T_HDR_vector = "\.text\n\t\.align 2\n"; # NB: requires padding
#--------------------------------------------------------#
- } elsif ( $TargetPlatform =~ /^i386-.*-(solaris2|linux|gnu|freebsd|netbsd|openbsd)$/ ) {
+ } elsif ( $TargetPlatform =~ /^i386-.*-(solaris2|linux|gnu|freebsd|netbsd|openbsd|kfreebsdgnu)$/ ) {
$T_STABBY = 0; # 1 iff .stab things (usually if a.out format)
$T_US = ''; # _ if symbols have an underscore on the front