This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/81878] New: --disable-bootstrap --enable-languages=c,ada fails
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Aug 2017 09:41:45 +0000
- Subject: [Bug ada/81878] New: --disable-bootstrap --enable-languages=c,ada fails
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81878
Bug ID: 81878
Summary: --disable-bootstrap --enable-languages=c,ada fails
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: build
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
The ada tools build requires ../../xg++ which isn't there. I suppose some
automatic language enablement is missing (usually C++ is a bootstrap language).
This also means an Ada cross requires a C++ target compiler!?
Eventually the above xg++ should be really the host C++ compiler?