[project @ 2005-04-29 21:56:06 by sof]
[ghc-hetmet.git] / distrib / configure-bin.ac
index 11d3db2..a6ec15b 100644 (file)
@@ -78,10 +78,22 @@ 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*)
        TargetPlatform=sparc-sun-solaris2;;
+x86_64-*-linux*)
+        TargetPlatform=x86_64-unknown-linux;;
+x86_64-*-freebsd*)
+       TargetPlatform=x86_64-unknown-freebsd;;
+x86_64-*-openbsd*)
+       TargetPlatform=x86_64-unknown-openbsd;;
+x86_64-*-netbsd*)
+       TargetPlatform=x86_64-unknown-netbsd;;
 *)
         echo "Unrecognised platform: $TargetPlatform"
         exit 1