http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820
Mikael Pettersson <mikpe at it dot uu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikpe at it dot uu.se
--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> 2012-10-09
07:23:05 UTC ---
(In reply to comment #1)
> What has changed is that now -static-libstdc++ is used, in addition to
> -static-libgcc, to fix other builds failures since the switch to g++ by
> default.
>
> So I guess this would mean that you do NOT have a static libstdc++ with your
> base
> C++ compiler?
I got the same error on arm-linux-gnueabi; the system compiler had installed
the shared but not the static libstdc++ libraries.
On that machine, the entire user-space is built without any static libstdc++
libraries, so it's quite annoying (and unexpected) to have to install them for
Ada bootstrap. Couldn't Ada use the g++/libstdc++ bits from the compiler being
built?