[project @ 2001-01-16 11:14:29 by simonmar]
authorsimonmar <unknown>
Tue, 16 Jan 2001 11:14:29 +0000 (11:14 +0000)
committersimonmar <unknown>
Tue, 16 Jan 2001 11:14:29 +0000 (11:14 +0000)
platform definitions for PPC/MacOSX

config.guess
config.sub
configure.in

index 2960d6e..1617892 100644 (file)
@@ -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 ;;
index 00bea6e..4dc829a 100644 (file)
@@ -775,6 +775,9 @@ case $os in
        -xenix)
                os=-xenix
                ;;
+        -macosx*)
+              os=-macosx
+              ;;
        -none)
                ;;
        *)
index 652edbd..7214401 100644 (file)
@@ -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