This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/49005] New: gnattools/Makefile hardcodes gnatmake/gnatbind/gnatlink


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: unassigned@gcc.gnu.org
        ReportedBy: schwab@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]