This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/29802] New: wrong directory in makefile for ada and libada
- From: "Jean-pierre dot vial at wanadoo dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Nov 2006 18:31:15 -0000
- Subject: [Bug ada/29802] New: wrong directory in makefile for ada and libada
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
when building ada on linux (x86-64)
building ada fails because the makefile looks for gnatbuild in
mydir/gcc-4.2-20061107/prev-gcc
instead of
mydir/gcc-4.2-20061107/host-x86_64-unknown-linux-gnu/prev-gcc
I could not find where precisely in the makefile the bug hides.
for libada it is obvious:
the make variable
HOST_SUBDIR
is used, but nowhere defined.
If I define it, libada is built
--
Summary: wrong directory in makefile for ada and libada
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Jean-pierre dot vial at wanadoo dot fr
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29802