diff options
author | Marco Silva <marcot@marcot.eti.br> | 2011-01-18 22:23:52 +0000 |
---|---|---|
committer | Marco Silva <marcot@marcot.eti.br> | 2011-01-18 22:23:52 +0000 |
commit | 13d064aec161f478a630c693433bfc091f5e140e (patch) | |
tree | 2c345d84c5c4c43f07148a9f8a6e81d6b92b553a /driver | |
parent | 5ddec4452428b67788dd323d38563e8123253005 (diff) | |
download | haskell-13d064aec161f478a630c693433bfc091f5e140e.tar.gz |
Include kfreebsdgnu in the list of Target Platforms.
Diffstat (limited to 'driver')
-rw-r--r-- | driver/mangler/ghc-asm.lprl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/mangler/ghc-asm.lprl b/driver/mangler/ghc-asm.lprl index c81a9ead0e..4bac756fda 100644 --- a/driver/mangler/ghc-asm.lprl +++ b/driver/mangler/ghc-asm.lprl @@ -216,7 +216,7 @@ sub init_TARGET_STUFF { $T_HDR_vector = "\.text\n\t\.align 8\n"; #--------------------------------------------------------# - } elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd|dragonfly|netbsd)$/m ) { + } elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd|dragonfly|netbsd|kfreebsdgnu)$/m ) { $T_STABBY = 0; # 1 iff .stab things (usually if a.out format) $T_US = ''; # _ if symbols have an underscore on the front |