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
63b17be6
Commit
63b17be6
authored
Aug 18, 2003
by
dons
Browse files
[project @ 2003-08-18 00:01:07 by dons]
Add canonical form for sparc-*-openbsd*
parent
3d454baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
63b17be6
...
...
@@ -321,6 +321,15 @@ sparc*-linux*)
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;
sparc-*-openbsd*)
HostPlatform=sparc-unknown-openbsd
TargetPlatform=sparc-unknown-openbsd
BuildPlatform=sparc-unknown-openbsd
HostPlatform_CPP='sparc_unknown_openbsd'
HostArch_CPP='sparc'
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
*)
echo "Unrecognised platform: $HostPlatform"
exit 1
...
...
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