From: Richard Kenner Date: Mon, 17 Oct 1994 23:16:35 +0000 (+0000) Subject: Add support for AIX 4.1 and architecture. X-Git-Tag: emacs-19.34~6279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6fd38753481d75fc5ac804c6d4a58cdcf4f2fe5;p=emacs.git Add support for AIX 4.1 and architecture. --- diff --git a/config.guess b/config.guess index 95819f11593..daae8ac0008 100755 --- a/config.guess +++ b/config.guess @@ -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 ;;