Skip to content

Commit 44a6fe8

Browse files
committed
- Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created)
1 parent 417b1b2 commit 44a6fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.guess

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ EOF
532532
echo rs6000-ibm-aix3.2
533533
fi
534534
exit ;;
535-
*:AIX:*:[456])
535+
*:AIX:*:[4567])
536536
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
537537
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
538538
IBM_ARCH=rs6000

0 commit comments

Comments
 (0)