This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Oct 2012 13:37:57 +0000
- Subject: [Bug bootstrap/54820] [4.8 Regression] ada: cannot find -lstdc++ since 4.8.0 20121002
- Auto-submitted: auto-generated
- References: <bug-54820-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54820
--- Comment #7 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-10-09 13:37:57 UTC ---
> Well, we could first build g++ and libstdc++, and then Ada I guess, but
> that's probably too ambitious.
Very likely indeed, since you need to have binary compatibility between the
base Ada compiler and the C/C++ compiler used during stage 1.
> Annoying for other reasons, but fine with me, feel free to make that change.
Thanks, will do.