gcc: Minor reword

The result is still not so satisfiable to me but I cannot do it better.
Maybe someone can reword it more.
This commit is contained in:
Xi Ruoyao
2025-09-05 11:31:29 +08:00
parent 0e167aaad9
commit b534c75ac9

View File

@@ -79,10 +79,10 @@ cd build</userinput></screen>
<literal>obj-c++</literal> for Objective C++, and/or
<literal>m2</literal> for Modula 2 into the value of
<parameter>--enable-languages</parameter> option if you want to compile
programs in one or more of those languages with GCC. The support for
Ada or D cannot be enabled here because its compiler in GCC is written
in Ada or D itself and it can only be built with an existing Ada or D
compiler installation.</para>
programs in one or more of those languages with GCC. GCC also supports
Ada and D, but the code to support Ada or D is written in Ada or D
itself, so the support can only be built with an existing Ada or D
compiler installation and we cannot enable the support here.</para>
<variablelist>
<title>The meaning of the new configure parameters:</title>