This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

infinite loop in configure for glibc-2.2.[23]


The configure script for glibc-2.2.[23] seems to get stuck
if it doesn't recognize the architecture.  Here's
what I wrote a year and a half ago:

     Tried gcc3.3.1-glibc2.2.2 with sh4, but it turns out glibc-2.2.2 doesn't
     support sh4, and its configure script gets stuck in an infinite loop on
     "checking sysdep dirs..." :-)

and sure enough, I ran into that again today on several
glibc-2.2.[23] builds for armeb, powerpc-970, sh3, and sh4.

I oughtta fix that, it's a bit annoying... configure should
just terminate when it says

"checking host system type... Invalid configuration `powerpc64-unknown-linux-gnu': machine `powerpc64-unknown' not recognized"

and not even get to the next and final line,

"checking sysdep dirs..."

- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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