https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103866
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #52104|0 |1
is obsolete| |
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Created attachment 52137
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52137&action=edit
libstdc++: Fix and simplify freestanding configuration [PR103866]
Updated patch that supports:
/home/jwakely/src/gcc/configure --target=mipsel-none-elf --disable-nls
--disable-threads --disable-shared --disable-libstdcxx-pch --disable-werror
--without-headers --disable-hosted-libstdcxx
make all-gcc all-target-libstdc++-v3
i.e. no --with-newlib required to trick libstdc++ into skipping the configure
checks for various libc features.