------- 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