Ignore:
Timestamp:
Jun 4, 2014, 12:32:35 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f8a80b5
Parents:
7c5ed68
Message:

Updated command explanations for gcc-static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-static.xml

    r7c5ed68 r389c29d  
    124124        <term><parameter>--with-newlib</parameter></term>
    125125        <listitem>
    126           <para>Tells GCC that the target libc will use 'newlib'.</para>
     126          <para>This causes GCC to enable the <envar>inhibit_libc</envar> flag,
     127          which prevents <filename class="libraryfile">libgcc</filename>
     128          from building code that uses libc support.</para>
    127129        </listitem>
    128130      </varlistentry>
     
    156158        <term><parameter>--disable-target-zlib</parameter></term>
    157159        <listitem>
    158           <para>This tells GCC stuff.</para>
     160          <para>This tells GCC not to build the copy of Zlib in its
     161          source tree.</para>
    159162        </listitem>
    160163      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.