autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AIX5.0 for ia64 (monterey) config.guess configuration


From: Akim Demaille
Subject: Re: AIX5.0 for ia64 (monterey) config.guess configuration
Date: 05 Feb 2001 10:50:19 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

Resent to the proper place.



Timothy Wall <address@hidden> writes:

Index: config.guess
===================================================================
RCS file: /cvs/cvsfiles/devo/config.guess,v
retrieving revision 1.143
diff -d -c -p -b -w -r1.143 config.guess
*** config.guess        2001/01/24 20:18:47     1.143
--- config.guess        2001/02/04 22:15:58
*** 436,441 ****
--- 431,439 ----
      *:IRIX*:*:*)
        echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
        exit 0 ;;
+     ia64:AIX:*:*) # AKA Monterey
+       echo ia64-ibm-aix
+       exit 0;;
      ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
        echo romp-ibm-aix      # uname -m gives an 8 hex-code CPU id
        exit 0 ;;              # Note that: echo "'`uname -s`'" gives
'AIX '



address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]