This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/28682] New: --enable-languages=c,c++ for cross compiler builds Ada compiler
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2006 15:15:48 -0000
- Subject: [Bug ada/28682] New: --enable-languages=c,c++ for cross compiler builds Ada compiler
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I cross compile from Linux/i686 to Linux/ia64 with
--enable-languages=c,c++, Ada compiler is enabled. The problem is
BOOT_LANGUAGES = c ada
in gcc/Makefile. Apparently, it was overriden for native build, but not for
cross build.
--
Summary: --enable-languages=c,c++ for cross compiler builds Ada
compiler
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl at lucon dot org
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28682