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
Glasgow Haskell Compiler
GHC
Commits
124bc719
Commit
124bc719
authored
Dec 08, 2002
by
dons
Browse files
[project @ 2002-12-08 09:28:07 by dons]
config.guess says "m68k-apple-netbsd1.6", and that's fine.
parent
eedc3d35
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
124bc719
...
...
@@ -242,6 +242,15 @@ m68k-*-openbsd*)
HostVendor_CPP='unknown'
HostOS_CPP='openbsd'
;;
m68k-apple-netbsd*)
HostPlatform=m68k-apple-netbsd
TargetPlatform=m68k-apple-netbsd
BuildPlatform=m68k-apple-netbsd
HostPlatform_CPP='m68k_apple_netbsd'
HostArch_CPP='m68k'
HostVendor_CPP='apple'
HostOS_CPP='netbsd'
;;
m68k-sun-sunos4*)
HostPlatform=m68k-sun-sunos4
TargetPlatform=m68k-sun-sunos4 #hack
...
...
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