[project @ 2005-03-12 18:25:07 by desrt]
authordesrt <unknown>
Sat, 12 Mar 2005 18:25:07 +0000 (18:25 +0000)
committerdesrt <unknown>
Sat, 12 Mar 2005 18:25:07 +0000 (18:25 +0000)
configure-bin.ac: I didn't know this file existed.
                  Add powerpc-linux and powerpc64-linux targets.

distrib/configure-bin.ac

index bccef9c..a6ec15b 100644 (file)
@@ -78,6 +78,10 @@ rs6000-ibm-aix*)
        TargetPlatform=rs6000-ibm-aix;;
 powerpc-apple-darwin*)
        TargetPlatform=powerpc-apple-darwin;;
+powerpc-*-linux*)
+       TargetPlatform=powerpc-unknown-linux;;
+powerpc64-*-linux*)
+       TargetPlatform=powerpc64-unknown-linux;;
 sparc-sun-sunos4*)
        TargetPlatform=sparc-sun-sunos4;;
 sparc-sun-solaris2*)