Define cTargetArch and start to use it rather than ifdefs
[ghc-hetmet.git] / configure.ac
index a18f2f7..5bf773b 100644 (file)
@@ -282,6 +282,7 @@ x86_64-apple-darwin)
     ;;
 esac
 
+# Sync this with cTargetArch in compiler/ghc.mk
 checkArch() {
     case $1 in
     alpha|arm|hppa|hppa1_1|i386|ia64|m68k|mips|mipseb|mipsel|powerpc|powerpc64|rs6000|s390|sparc|sparc64|vax|x86_64)