This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Ada files now checked in


On Sat, Oct 06, 2001 at 12:16:24PM -0400, dewar@gnat.com wrote:
> <<FWIW, Debian has pretty much decided to do that.  Requiring an Ada
> compiler for every bootstrap of the C compiler would introduce a lot of
> complexity, especially given the number of our platforms on which Ada
> isn't available - Linux/Alpha in particular seems to be problematic.
> >>
> 
> That's an entirely reasonable decision
> 
> <<Is there any reason that the gcc driver from a 3.1 install which did
> not include --enable-languages=ada should be unable to drive gnat1,
> though?
> >>
> 
> The answer to this should be no ...

I'm afraid the answer is yes.  If you configure a language out with
--enable-languages, its spec strings are not included in the
default_compilers array.  Therefore, even if the front-end magically
appears in $(libsubdir), it won't be able to drive it.

That could of course be changed.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]