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
3c1a911e
Commit
3c1a911e
authored
Sep 05, 2003
by
simonmar
Browse files
[project @ 2003-09-05 09:51:02 by simonmar]
Add powerpc-unknown-linux.
parent
398ccea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3c1a911e
...
@@ -305,6 +305,15 @@ powerpc-apple-darwin*)
...
@@ -305,6 +305,15 @@ powerpc-apple-darwin*)
HostVendor_CPP='apple'
HostVendor_CPP='apple'
HostOS_CPP='darwin'
HostOS_CPP='darwin'
;;
;;
powerpc-unknown-linux*)
HostPlatform=powerpc-unknown-linux
TargetPlatform=powerpc-unknown-linux
BuildPlatform=powerpc-unknown-linux
HostPlatform_CPP='powerpc_unknown_linux'
HostArch_CPP='powerpc'
HostVendor_CPP='unknown'
HostOS_CPP='linux'
;;
sparc-sun-sunos4*)
sparc-sun-sunos4*)
HostPlatform=sparc-sun-sunos4
HostPlatform=sparc-sun-sunos4
TargetPlatform=sparc-sun-sunos4 #hack
TargetPlatform=sparc-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