Browse Source

- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)

PHP-5.3.20
Felipe Pena 13 years ago
parent
commit
44a6fe8411
  1. 2
      config.guess

2
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

Loading…
Cancel
Save