This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ in a combined tree
> What are you building here? A combined tree including newlib? If
> so, I bet you aren't specifying --with-newlib; that turns off a
> bunch
The toplevel configure automatically adds that in a combined tree (or
at least it should), if newlib is being built.
The two targets I'm currently working with are m32c-elf and sh-elf.
For m32c-elf I added the -I/-L options, thinking it was unique. When
sh-elf did similar things I realized otherwise. I'm currently working
through a canadian and discovering other problems.
We really need to test these things more often :-P