Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
9cad56b2
Commit
9cad56b2
authored
Jan 16, 2001
by
simonmar
Browse files
[project @ 2001-01-16 11:14:29 by simonmar]
platform definitions for PPC/MacOSX
parent
47aa57b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.guess
View file @
9cad56b2
...
...
@@ -222,6 +222,9 @@ EOF
powerpc:machten:
*
:
*
)
echo
powerpc-apple-machten
${
UNAME_RELEASE
}
exit
0
;;
Power
*
:Darwin:
*
:
*
)
echo
powerpc-apple-macosx
${
UNAME_RELEASE
}
exit
0
;;
macppc:NetBSD:
*
:
*
)
echo
powerpc-apple-netbsd
${
UNAME_RELEASE
}
exit
0
;;
...
...
config.sub
View file @
9cad56b2
...
...
@@ -775,6 +775,9 @@ case $os in
-xenix
)
os
=
-xenix
;;
-macosx
*
)
os
=
-macosx
;;
-none
)
;;
*
)
...
...
configure.in
View file @
9cad56b2
...
...
@@ -271,6 +271,15 @@ powerpc-ibm-aix*)
HostVendor_CPP='ibm'
HostOS_CPP='aix'
;;
powerpc-apple-macosx*)
HostPlatform=powerpc-apple-macosx
TargetPlatform=powerpc-apple-macosx #hack
BuildPlatform=powerpc-apple-macosx #hack
HostPlatform_CPP='powerpc_apple_macosx'
HostArch_CPP='powerpc'
HostVendor_CPP='apple'
HostOS_CPP='macosx'
;;
sparc-sun-sunos4*)
HostPlatform=sparc-sun-sunos4
TargetPlatform=sparc-sun-sunos4 #hack
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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