Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
dc2a0e66
Commit
dc2a0e66
authored
Jun 06, 2008
by
Ian Lynagh
Browse files
Enable the mangler for netbsd/amd64; fixes trac #2347
parent
f87698f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/mangler/ghc-asm.lprl
View file @
dc2a0e66
...
...
@@ -216,7 +216,7 @@ sub init_TARGET_STUFF {
$T_HDR_vector = "\.text\n\t\.align 8\n";
#--------------------------------------------------------#
} elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd)$/m ) {
} elsif ( $TargetPlatform =~ /^x86_64-.*-(linux|openbsd|freebsd
|netbsd
)$/m ) {
$T_STABBY = 0; # 1 iff .stab things (usually if a.out format)
$T_US = ''; # _ if symbols have an underscore on the front
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment