On Thu, Apr 30, 2020 at 05:18:13PM -0400, David Malcolm wrote:
> Thanks for working on this; sorry for getting these wrong.
> 
> Is is possible to build gfortran without C and C++?  If so, then if I'm

It is possible without C++, but not without C.

E.g. --enable-languages=fortran,go will actually enable c,fortran,go,lto.
        *,c,*)
                ;;                          
        *)                                  
                enable_languages=c,${enable_languages}
                ;;
So, strictly speaking the #ifdef CL_C isn't needed there, so if you want,
I can drop that #ifdef and only use CL_CXX ifdef.

        Jakub

Reply via email to