bug-gnulib
[Top][All Lists]
Advanced

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

Re: config.guess and HP NonStop


From: Bruno Haible
Subject: Re: config.guess and HP NonStop
Date: Sat, 2 Oct 2010 15:30:39 +0200
User-agent: KMail/1.9.9

Joachim Schmitz wrote:
> config.guess know only TNS/R. I've already submitted patches (to Ben
> Eliston, resp. address@hidden) to also recognize TNE(E and Neo.
> Here they go again:
> 
> diff -u ./build-aux/config.guess.orig ./build-aux/config.guess
> --- ./build-aux/config.guess.orig       2010-09-29 15:10:40.000000000 -0500
> +++ ./build-aux/config.guess    2010-09-28 11:22:46.000000000 -0500
> @@ -1262,6 +1262,12 @@
>      *:QNX:*:4*)
>         echo i386-pc-qnx
>         exit ;;
> +    NEO-?:NONSTOP_KERNEL:*:*)
> +       echo neo-tandem-nsk${UNAME_RELEASE}
> +       exit ;;
> +    NSE-?:NONSTOP_KERNEL:*:*)
> +       echo nse-tandem-nsk${UNAME_RELEASE}
> +       exit ;;
>      NSR-?:NONSTOP_KERNEL:*:*)
>         echo nsr-tandem-nsk${UNAME_RELEASE}
>         exit ;;
> diff -u ./build-aux/config.sub.orig ./build-aux/config.sub
> --- ./build-aux/config.sub.orig 2009-06-15 04:05:11.000000000 -0500
> +++ ./build-aux/config.sub      2010-09-28 11:22:01.000000000 -0500
> @@ -830,6 +830,12 @@
>         np1)
>                 basic_machine=np1-gould
>                 ;;
> +       neo-tandem)
> +               basic_machine=neo-tandem
> +               ;;
> +       nse-tandem)
> +               basic_machine=nse-tandem
> +               ;;
>         nsr-tandem)
>                 basic_machine=nsr-tandem
>                 ;;
> 

Your patches have been integrated and copied into gnulib on 2010-09-25.

> __TANDEM is the predefined C compiler macro, __hpux is not (that an
> different OS altogether)

Thanks. We'll use "#ifdef __TANDEM" to discriminate.

Bruno



reply via email to

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