X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=3004834232860d6fa67a80d10910470b75397fc7;hb=938c479a6e7dad62079b68dfe846a967bee30746;hp=c0ea36e017665d7bb94eb9eb8913d9fecbd38fb2;hpb=86e9447a19d640645adca35aba68e9da4ea5b72c;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index c0ea36e..3004834 100644 --- a/configure.ac +++ b/configure.ac @@ -406,6 +406,16 @@ powerpc-unknown-openbsd*) HostVendor_CPP='unknown' HostOS_CPP='openbsd' ;; +powerpc64-unknown-linux*) + HostPlatform=powerpc64-unknown-linux + TargetPlatform=powerpc64-unknown-linux + BuildPlatform=powerpc64-unknown-linux + HostPlatform_CPP='powerpc64_unknown_linux' + HostArch_CPP='powerpc64' + HostVendor_CPP='unknown' + HostOS_CPP='linux' + ;; + s390-ibm-linux*) HostPlatform=s390-ibm-linux TargetPlatform=s390-ibm-linux #hack @@ -1365,8 +1375,6 @@ esac AC_SUBST(LdCmd) FPTOOLS_LD_X -FP_EMPTY_STRUCTS - AC_CONFIG_FILES([mk/config.mk]) AC_CONFIG_COMMANDS([mk/stamp-h],[echo timestamp > mk/stamp-h]) AC_OUTPUT