summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-11-09 21:22:27 -0200
committerFelipe Pena <felipensp@gmail.com>2012-11-09 21:22:27 -0200
commit44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f (patch)
treea3641a86c27a0611a998fb4b73a8372ae7c56494 /config.guess
parent417b1b238fe79aa6a70aa71b4bb473d88a0d097f (diff)
downloadphp-git-44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f.tar.gz
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index f32079abda..d407b8cde6 100644
--- a/config.guess
+++ b/config.guess
@@ -532,7 +532,7 @@ EOF
echo rs6000-ibm-aix3.2
fi
exit ;;
- *:AIX:*:[456])
+ *:AIX:*:[4567])
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
IBM_ARCH=rs6000