Re: Clean up configure glibc version detection, add --with-glibc-version

2013-11-15 Thread Paolo Bonzini
Il 06/11/2013 19:33, Joseph S. Myers ha scritto: > +dnl GCC_GLIBC_VERSION_GTE_IFELSE(MAJOR, MINOR, IF-TRUE, IF-FALSE) > +dnl - > +dnl If the target glibc version ($glibc_version_major.$glibc_version_minor) > +dnl is at least MAJOR.MINOR, c

Re: Clean up configure glibc version detection, add --with-glibc-version

2013-11-14 Thread Jeff Law
On 11/06/13 11:33, Joseph S. Myers wrote: When bootstrapping a cross toolchain with GCC and glibc, it's desirable to keep down the number of GCC builds needed: to be able to build an initial static-only C-only GCC, use that to build glibc, and then build the full compiler with the resulting glibc

Ping Re: Clean up configure glibc version detection, add --with-glibc-version

2013-11-13 Thread Joseph S. Myers
Ping. This patch is pending review (build system or global reviewer). -- Joseph S. Myers jos...@codesourcery.com