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: Update config.sub?


>>>>> Rod Stewart writes:

 > Hi,

 > Could someone please update config.sub from the master repo?  It now has a
 > fix so I no longer get an extra '-unknown' field, for armv4l targets.  
 > Currently I get:
 >   [@zathras /]$ /home/cvs/glibc/scripts/config.sub  armv4l-unknown-linux
 >   armv4l-unknown-unknown-linux-gnu
 > This is now fixed.

I've added the current versions (config.guess was already current).
Uli, I left this for config.sub patch in our version:

@@ -108,7 +108,6 @@
   nto-qnx* | linux-gnu*)
     os=-$maybe_os
     basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
-    basic_machine=`echo $basic_machine | sed 's/-unknown//'`
     ;;
   *)
     basic_machine=`echo $1 | sed 's/-[^-]*$//'`


Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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