From 44a6fe84113c152fbd24ec3be6d75ef72c4fbd0f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 9 Nov 2012 21:22:27 -0200 Subject: [PATCH] - Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created) --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0