This is the mail archive of the libc-alpha@cygnus.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.sub problem on armv4l


Rod Stewart wrote:
> 
> I've noticed a problem with config.sub on armv4l.  This comes from the
> fact (I think) that the new release of automake, does not have
> armv[34][lb] support in it.
> 
> First error was:
> 
> + ../configure --prefix=/usr --enable-add-ons=yes --without-cvs
> --with-headers=/usr/src/redhat/BUILD/glibc/linux/include armv4l-redhat-linux
> creating cache ./config.cache
> checking host system type... Invalid configuration `armv4l-redhat-linux':
> machine `armv4l-redhat' not recognized
> 
> Then I applied the attaced patch.  The NetWinder stuff is something Scott
> Bambrough from Corel Computer, wanted in.  Less one part which would not
> go in properly.
> 
> After this patch I get the following error:
> 
> + ../configure --prefix=/usr --enable-add-ons=yes --without-cvs
> --with-headers=/usr/src/redhat/BUILD/glibc/linux/include armv4l-redhat-linux
> creating cache ./config.cache
> checking host system type... armv4l-redhat-unknown-linux-gnu
> checking sysdep dirs... configure: error: Operating system
> unknown-linux-gnu is not supported.
> 
> Which it should not come up with for host system type...
> 
> -Rms

Ok, I looked into this.  The distribution tarball contains a correct
config.guess and config.sub in the scripts directory.  I tried ./configure
(armv4l-unknown-linux-gnu), ./configure --host=armv4l-redhat-linux
(armv4l-redhat-linux-gnu) and ./configure --host=netwinder
(armv4l-ccc-linux-gnu).  I'm running a patched version of autoconf and an
unpatched automake 1.4.  My version of autoconf has patches to config.guess and
config.sub that were submitted to Ben Elliston for inclusion in the next release
of autoconf.  They haven't been applied yet.  Rod if you want my RPM's let me
know.

Scott


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