Changeset a882002


Ignore:
Timestamp:
Jun 4, 2014, 12:32:45 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
ab77d4a
Parents:
909ecc5f
git-author:
Chris Staub <chris@…> (06/04/14 00:32:35)
git-committer:
Chris Staub <chris@…> (06/04/14 00:32:45)
Message:

Updated command explanations for gcc-static

File:
1 edited

Legend:

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

    r909ecc5f ra882002  
    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.