config.guess for ev68 [Was: Re: glibc-2.2.4pre2 success onalpha]

Ben Elliston bje@redhat.com
Thu Aug 9 01:09:00 GMT 2001


   Andreas Jaeger <aj@suse.de> writes:
   
   I have to correct me: the first part of the patch is still needed -
   the one for alpha:OSF1, the linux patch should work fine.

Right.

   But as Ulrich asked: Why are you not using alphaev68?  Currently you
   do:
       alpha:Linux:*:*)
           case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
             EV5)   UNAME_MACHINE=alphaev5 ;;
             EV56)  UNAME_MACHINE=alphaev56 ;;
             PCA56) UNAME_MACHINE=alphapca56 ;;
             PCA57) UNAME_MACHINE=alphapca56 ;;
             EV6)   UNAME_MACHINE=alphaev6 ;;
             EV67)  UNAME_MACHINE=alphaev67 ;;
             EV68*) UNAME_MACHINE=alphaev67 ;;
           esac
   
   I would change the last line to *68 - or is there a problem with
   this?

There's no problem.  I will make the change.

Thanks, Ben



More information about the Libc-alpha mailing list