Changeset a882002 for BOOK/cross-tools/common
- Timestamp:
 - Jun 4, 2014, 12:32:45 AM (11 years ago)
 - 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)
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/cross-tools/common/gcc-static.xml (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/cross-tools/common/gcc-static.xml
r909ecc5f ra882002 124 124 <term><parameter>--with-newlib</parameter></term> 125 125 <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> 127 129 </listitem> 128 130 </varlistentry> … … 156 158 <term><parameter>--disable-target-zlib</parameter></term> 157 159 <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> 159 162 </listitem> 160 163 </varlistentry>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  