mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
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:
@@ -79,10 +79,10 @@ cd build</userinput></screen>
|
|||||||
<literal>obj-c++</literal> for Objective C++, and/or
|
<literal>obj-c++</literal> for Objective C++, and/or
|
||||||
<literal>m2</literal> for Modula 2 into the value of
|
<literal>m2</literal> for Modula 2 into the value of
|
||||||
<parameter>--enable-languages</parameter> option if you want to compile
|
<parameter>--enable-languages</parameter> option if you want to compile
|
||||||
programs in one or more of those languages with GCC. The support for
|
programs in one or more of those languages with GCC. GCC also supports
|
||||||
Ada or D cannot be enabled here because its compiler in GCC is written
|
Ada and D, but the code to support Ada or D is written in Ada or D
|
||||||
in Ada or D itself and it can only be built with an existing Ada or D
|
itself, so the support can only be built with an existing Ada or D
|
||||||
compiler installation.</para>
|
compiler installation and we cannot enable the support here.</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure parameters:</title>
|
<title>The meaning of the new configure parameters:</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user