1 --- misc/curl-7.19.7/config.guess 2010-09-15 14:29:17.000000000 -0500
2 +++ misc/build/curl-7.19.7/config.guess 2010-09-15 14:32:41.000000000 -0500
9 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
10 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
14 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
16 + if [ "$IBM_REV" == "V7BETA" ]; then
17 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
19 echo ${IBM_ARCH}-ibm-aix${IBM_REV}