- Timestamp:
- Oct 15, 2013, 1:00:04 PM (11 years ago)
- Branches:
- master
- Children:
- cb6aa5b
- Parents:
- 96ab1c3
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 10:25:22)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:04)
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
r96ab1c3 r2bb7576 59 59 --enable-c99 \ 60 60 --enable-long-long \ 61 --disable-libmudflap \ 61 62 --disable-multilib \ 62 63 --with-arch=${CLFS_ARM_ARCH} \ -
BOOK/cross-tools/common/gcc-final.xml
r96ab1c3 r2bb7576 65 65 --enable-c99 \ 66 66 --enable-long-long \ 67 --disable-libmudflap \ 67 68 --with-mpfr=${CLFS}/cross-tools \ 68 69 --with-gmp=${CLFS}/cross-tools \ … … 118 119 <seglistitem> 119 120 <seg>cc (link to gcc), gcc, gccbug, and gcov</seg> 120 <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.[a,so], 121 and libmudflapth.[a,so]</seg> 121 <seg>libgcc.a, libgcc_eh.a, and libgcc_s.so</seg> 122 122 </seglistitem> 123 123 </segmentedlist> … … 179 179 </varlistentry> 180 180 181 <varlistentry id="libmudflap">182 <term><filename class="libraryfile">libmudflap</filename></term>183 <listitem>184 <para>The libmudflap libraries are used by GCC for instrumenting185 pointer and array dereferencing operations.</para>186 <indexterm zone="ch-cross-tools-gcc-final libmudflap">187 <primary sortas="c-libmudflap*">libmudflap*</primary>188 </indexterm>189 </listitem>190 </varlistentry>191 192 181 </variablelist> 193 182 -
BOOK/cross-tools/mips/gcc-final.xml
r96ab1c3 r2bb7576 59 59 --enable-c99 \ 60 60 --enable-long-long \ 61 --disable-libmudflap \ 61 62 --disable-multilib \ 62 63 --with-abi=${CLFS_ABI} \ -
BOOK/cross-tools/x86/gcc-final.xml
r96ab1c3 r2bb7576 59 59 --enable-c99 \ 60 60 --enable-long-long \ 61 --disable-libmudflap \ 61 62 --disable-multilib \ 62 63 --with-arch=${CLFS_CPU}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.