bug-gnu-utils
[Top][All Lists]
Advanced

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

[Bug-gnu-utils] Re: gettext-0.10.35 and NEC SX-4/5


From: Len Makin
Subject: [Bug-gnu-utils] Re: gettext-0.10.35 and NEC SX-4/5
Date: Fri, 15 Sep 2000 09:30:54 +1100

Sorry, missed one change:
On Thursday, 14 September 2000, at 16:33,
Len Makin <address@hidden> wrote:
> config.guess: - added
>     SX*:SUPER-UX:*:*)
>         NEC_MACHINE=`uname -m | tr [A-Z] [a-z] | sed -e 's/-//'`
>         echo ${NEC_MACHINE}-nec-superux${UNAME_RELEASE}
>         exit 0 ;;
> 
> now produces output from:./config.guess
> sx4-nec-superux9.1
> 
> config.sub: added -
in the section under case $basic_machine in
>         sx*-nec)
>                 os=-superux
should have a ;; terminator. In the case $os in
also  added
        -superux*)
                os=-superux
                ;;
in the os stuff.


> now produces output from:./config.sub `./config.guess`
> sx4-nec-superux
Cheers,
        Len
address@hidden:+61 3 9669 8109: CSIRO/Bureau of Meteorology
      High Performance Computing and Communications Centre
      24th floor, 150 Lonsdale St., Melbourne 3000, Victoria, AUSTRALIA


reply via email to

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