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
On Thu, Nov 29, 2001 at 07:57:09PM -0500, Geert Bosch wrote:
> 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.
Oh. I wouldn't have done it that way, but I guess that works.
How about
ADAC=/bin/true GNATBIND=/bin/true ../src/configure --target=...
r~