Add Coercion.lhs
[ghc-hetmet.git] / distrib / configure-bin.ac
index bccef9c..a852ec9 100644 (file)
@@ -60,6 +60,8 @@ i[[3456]]86-*-mingw32*)
        CFLAGS="-mno-cygwin -mwin32 $CFLAGS"
        TargetPlatform=i386-unknown-mingw32
        ;;
+i[[3456]]86-apple-darwin*)
+       TargetPlatform=i386-apple-darwin;;
 m68k-next-nextstep2)
        TargetPlatform=m68k-next-nextstep2;;
 m68k-next-nextstep3)
@@ -78,6 +80,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*)