Joe Buck wrote:
Ian Lance Taylor wrote:
It would be hard to make that completely reliable for embedded systems
development, where the header files may or not be available in any
standard place at the time that gcc is configured.
On Tue, May 10, 2005 at 04:30:43PM -0600, E. Weddington wrote:
E.g. the AVR target, which normally uses avr-libc:
<http://savannah.nongnu.org/projects/avr-libc/>
but only builds avr-libc after gcc is built.
Right, but you don't need the answer to the question until it's time to build libstdc++, and you can't build libstdc++ without a C library. So can't the test be deferred until that point?
Seems reasonable, sure.
Eric