Changeset 389c29d for BOOK/cross-tools/common/gcc-static.xml
- Timestamp:
- Jun 4, 2014, 12:32:35 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- f8a80b5
- Parents:
- 7c5ed68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-static.xml
r7c5ed68 r389c29d 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.