https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122744

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjames at gcc dot gnu.org

--- Comment #5 from Sam James <sjames at gcc dot gnu.org> ---
(In reply to bug-reports.delphin from comment #4)
> (In reply to Sam James from comment #2)
> > You have to make sure CC/CXX points to GCC from that GNAT community edition
> > too as it expects the driver to know how to build Ada.
> > 
> > I have some local hacks for making this work with arbitrary paths to some
> > Ada compiler stashed away somewhere but it's not upstream and not in the
> > form of proper patches.
> 
> OK.
> 
> What I understand is : 1st, to check the availablity of gcc/g++ provided -
> or not - with the GNAT community edition, 2nd, to set these last gcc/g++
> versions to compile the GNU gcc/gnat.
> 


Correct.

> What I understand too is that I cannot build Ada with Apple cland
> (/usr/bin/cla,g, /usr/bin/clang++) as I do/use for building othet languages
> (NB I guess I have the same matter with go, but, for this case, I need to
> check it). So, it is a big regret

No, the Go frontend is written in C++, so no issue there. For D, it is written
in D, but you can use gcc 11 and point GDC to that.

Reply via email to