libtool-patches
[Top][All Lists]
Advanced

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

Re: libtool 1.3.5 patches for AIX -- config.guess.patch


From: Ossama Othman
Subject: Re: libtool 1.3.5 patches for AIX -- config.guess.patch
Date: Wed, 13 Dec 2000 13:27:15 -0800
User-agent: Mutt/1.2.5i

Hi,

On Wed, Dec 13, 2000 at 03:19:12PM -0600, address@hidden wrote:
> --- config.guess.orig Sun Aug 27 21:42:27 2000
> +++ config.guess      Tue Nov  7 17:28:47 2000
> @@ -473,6 +473,19 @@
>       fi
>       echo ${IBM_ARCH}-ibm-aix${IBM_REV}
>       exit 0 ;;
> +    *:AIX:*:5)
> +     case "`lsattr -El proc0 -a type -F value`" in
> +             PowerPC*) IBM_ARCH=powerpc
> +                       IBM_CPU=ibm ;;
> +             Itanium)  IBM_ARCH=ia64 
> +                       IBM_CPU=intel ;;
> +             POWER*)   IBM_ARCH=power
> +                       IBM_CPU=ibm ;;
> +             *)        IBM_ARCH=powerpc
> +                       IBM_CPU=ibm ;;
> +     esac
> +     echo ${IBM_ARCH}-${IBM_CPU}-aix${UNAME_VERSION}.${UNAME_RELEASE}
> +     exit 0 ;;
>      *:AIX:*:*)
>       echo rs6000-ibm-aix
>       exit 0 ;;

Your config.guess and config.sub patches really should go to their
corresponding patch mailing list <address@hidden> or whatever
is listed in the config.* files.  The config.* files are periodically
updated from the upstream ones.

-Ossama
-- 
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

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