Mercurial > emacs
changeset 9575:ff5a8ffc542c
Add support for AIX 4.1 and architecture.
author | Richard Kenner <kenner@gnu.org> |
---|---|
date | Mon, 17 Oct 1994 23:16:35 +0000 |
parents | 6792e29ae0b5 |
children | 14cd96eda0e3 |
files | config.guess |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Mon Oct 17 20:56:18 1994 +0000 +++ b/config.guess Mon Oct 17 23:16:35 1994 +0000 @@ -147,6 +147,13 @@ 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 ;;