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