This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to defeat new check for presence of Ada compiler
- From: Geert Bosch <bosch at gnat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Nov 2001 19:57:09 -0500
- Subject: Re: How to defeat new check for presence of Ada compiler
On Thursday, November 29, 2001, at 07:51 , Richard Henderson wrote:
> Err, I'd expect it to be the same now, since the configure test
> is for the *host* ada compiler, not the target ada compiler.
Yes, that is the issue. My host does not have an Ada compiler yet.
In order to get one, I want to configure GCC, including the ada
subdirectory, and then drop in the assembly files so no ada compiler
needs to be called. I can create the .s files, that's not the problem.
-Geert