Patch: [PR 50562]: configure: add target-libgloss to skipdirs when using --without-newlib

2011-10-04 Thread Jeremy Stenglein (jstengle)
As per PR 50562, when --without-newlib is passed to configure, target-newlib is added to skipdirs. But target-newlib is not added to noconfigdirs, so this check: # If we aren't building newlib, then don't build libgloss, since libgloss # depends upon some newlib header files. case "${noconfigdi

Patch ping: [PR 50562]: configure

2011-10-18 Thread Jeremy Stenglein (jstengle)
http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00291.html configure: add target-libgloss to skipdirs when using --without-newlib. Testing: Bootstrapped/tested on x86_64-linux and sparc-sun-solaris2.10 with a gcc+newlib+libgloss combined tree. Thanks, Jeremy