mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 20:58:22 +12:00
Add support for AIX 4.1 and architecture.
This commit is contained in:
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 ;;
|
||||
|
Reference in New Issue
Block a user