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>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>
|
||||
|
||||
Reference in New Issue
Block a user