This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/19959] [4.0/4.1/4.2/4.3 Regression] Can't compile gnattools for the cross targets
- From: "charlet at adacore dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 21:32:32 -0000
- Subject: [Bug ada/19959] [4.0/4.1/4.2/4.3 Regression] Can't compile gnattools for the cross targets
- References: <bug-19959-283@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from charlet at adacore dot com 2007-01-04 21:32 -------
Subject: Re: [4.0/4.1/4.2/4.3 Regression] Can't compile gnattools for the
cross targets
> libada and gnattools-cross are not related, IMHO. I consider the dependancy as
> a configure/Makefile bug.
>
> The following patch removes the dependency of gnattols on libada.
Given that you apparently cannot build gnatlib, you could instead do a
make -C gcc gnattools or similar
--disable-libada is intended to disable both gnatlib and gnattools
(and should perhaps be renamed), so this is not a bug.
Your proposed patch removes a useful capability.
At the very least, gnattools should be disabled in the case of native builds
when using --disable-libada
Arno
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19959