Changeset 9781ec5


Ignore:
Timestamp:
05/02/2023 02:49:48 PM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
465ada7, b98c8b8
Parents:
050335d
Message:

gcc: Document the meaning of --disable-fixincludes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r050335d r9781ec5  
    9696          by the Binutils package built earlier in this chapter, rather than
    9797          the cross-built version which would otherwise be used.</para>
     98        </listitem>
     99      </varlistentry>
     100
     101      <varlistentry>
     102        <term><parameter>--disable-fixincludes</parameter></term>
     103        <listitem>
     104          <para>By default, during the installation of GCC some system
     105          headers would be <quote>fixed</quote> to be used with GCC.  This
     106          is not necessary for a modern Linux system, and potentionally
     107          harmful if a package is reinstalled after installing GCC.  This
     108          switch prevents GCC from <quote>fixing</quote> the headers.</para>
    98109        </listitem>
    99110      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.