mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
Add support for AIX 4.1 and architecture.
This commit is contained in:
parent
674213673c
commit
3be77f7d95
7
config.guess
vendored
7
config.guess
vendored
@ -147,6 +147,13 @@ EOF
|
||||
echo rs6000-ibm-aix3.2
|
||||
fi
|
||||
exit 0 ;;
|
||||
*:AIX:1:4)
|
||||
if /usr/sbin/lsattr -EHl proc0 | grep POWER >/dev/null 2>&1; then
|
||||
echo rs6000-ibm-aix4.1
|
||||
else
|
||||
echo powerpc-ibm-aix4.1
|
||||
fi
|
||||
exit 0 ;;
|
||||
*:AIX:*:*)
|
||||
echo rs6000-ibm-aix
|
||||
exit 0 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user