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]
Other format: [Raw text]

Re: RFC/Ada: removal of $(ADAC) support


    No. There is only one C source file that needs to be compiled
    with the compiler that is used for the Ada source code: the one that
    defines __gnat_raise_exception.  Which is what the patch you rejected
    did.

It's certainly true that that file does need to be compiled with the same
compiler as the Ada files, but it's not at all clear why it isn't simpler to
compile *all* of them with that same compiler?  What's the problem with
simply setting CC to be "gnatgcc" for such systems?  This is what I never
understood.


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