http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49005
Summary: gnattools/Makefile hardcodes gnatmake/gnatbind/gnatlink Product: gcc Version: 4.6.0 Status: UNCONFIRMED Keywords: build Severity: normal Priority: P3 Component: ada AssignedTo: unassig...@gcc.gnu.org ReportedBy: sch...@linux-m68k.org When building a cross compiler with Ada enabled you usually need a native compiler of the same version. Toplevel allows overriding CC, GNATMAKE, GNATBIND, but gnattools/Makefile ignores GNATMAKE and GNATBIND, using the tools from PATH instead (which may be the wrong version). GNATLINK needs to be overridable as well, and there is a suspicious use of gnatls.