This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3rd PATCH to pre-select languages to be built
>>>>> "MH" == Manfred Hollstein <manfred@s-direktnet.de> writes:
MH> # This will be set by configure to "enabled" if the compiler for
MH> # this particular language has been built, or to "disabled" if not.
MH> LANG_ENABLED = @lang_enabled@
Why can't the default makefile target just test dynamically whether
the relevant compiler is there, if that's the criterion? I.e. why
should it be configured in?