Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6f917d96
Commit
6f917d96
authored
Jan 09, 2006
by
simonmar
Browse files
[project @ 2006-01-09 14:25:44 by simonmar]
parent
f4965a02
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6f917d96
...
...
@@ -197,6 +197,15 @@ i[[3456]]86-*-gnu*)
HostVendor_CPP=unknown
HostOS_CPP=gnu
;;
i[[3456]]86-*-kfreebsd*-gnu)
HostPlatform=i386-unknown-kfreebsdgnu # hack again
TargetPlatform=i386-unknown-kfreebsdgnu
BuildPlatform=i386-unknown-kfreebsdgnu
HostPlatform_CPP='i386_unknown_kfreebsdgnu'
HostArch_CPP='i386'
HostVendor_CPP='unknown'
HostOS_CPP='kfreebsdgnu'
;;
i[[3456]]86-*-freebsd[[3-9]]*) # FreeBSD 3.0+ uses ELF
HostPlatform=i386-unknown-freebsd # hack again
TargetPlatform=i386-unknown-freebsd
...
...
ghc/driver/mangler/ghc-asm.lprl
View file @
6f917d96
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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