Skip to content

Commit

Permalink
[project @ 2001-01-16 11:14:29 by simonmar]
Browse files Browse the repository at this point in the history
platform definitions for PPC/MacOSX
  • Loading branch information
simonmar committed Jan 16, 2001
1 parent 47aa57b commit 9cad56b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down
3 changes: 3 additions & 0 deletions config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,9 @@ case $os in
-xenix)
os=-xenix
;;
-macosx*)
os=-macosx
;;
-none)
;;
*)
Expand Down
9 changes: 9 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cad56b

Please sign in to comment.