mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
gcc: Document the meaning of --disable-fixincludes
This commit is contained in:
parent
050335d4bd
commit
9781ec5bae
@ -98,6 +98,17 @@ cd build</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--disable-fixincludes</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>By default, during the installation of GCC some system
|
||||||
|
headers would be <quote>fixed</quote> to be used with GCC. This
|
||||||
|
is not necessary for a modern Linux system, and potentionally
|
||||||
|
harmful if a package is reinstalled after installing GCC. This
|
||||||
|
switch prevents GCC from <quote>fixing</quote> the headers.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--with-system-zlib</parameter></term>
|
<term><parameter>--with-system-zlib</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user