summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 92ddcd7d09..3138fd8a9b 100755
--- a/configure
+++ b/configure
@@ -140,7 +140,7 @@ x86() {
ppc() {
case "$host_arch" in
- ppc|powerpc) return 0;;
+ ppc|ppc64|powerpc|powerpc64) return 0;;
*) return 1;;
esac
}
@@ -2022,7 +2022,7 @@ EOF
_optimizing=''
;;
- ppc|powerpc)
+ ppc|ppc64|powerpc|powerpc64)
_arch='POWERPC PPC'
_def_dcbzl='#undef HAVE_DCBZL'
_target_arch='ARCH_POWERPC = yes'