Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
89ce706a
Commit
89ce706a
authored
Jun 06, 2008
by
Ian Lynagh
Browse files
Teach configure about amd64/NetBSD; fixes trac #2348
parent
dc2a0e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
89ce706a
...
...
@@ -170,6 +170,15 @@ amd64-*-freebsd*|x86_64-*-freebsd*)
HostVendor_CPP='unknown'
HostOS_CPP='freebsd'
;;
amd64-*-netbsd*|x86_64-*-netbsd*)
HostPlatform=x86_64-unknown-netbsd
TargetPlatform=x86_64-unknown-netbsd
BuildPlatform=x86_64-unknown-netbsd
HostPlatform_CPP='x86_64_unknown_netbsd'
HostArch_CPP='x86_64'
HostVendor_CPP='unknown'
HostOS_CPP='netbsd'
;;
arm*-linux*)
HostPlatform=arm-unknown-linux # hack again
TargetPlatform=arm-unknown-linux
...
...
Write
Preview
Markdown
is supported
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