This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]