Changeset b6d678f for chapter05


Ignore:
Timestamp:
07/03/2014 03:58:03 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e4429b7
Parents:
56c1676
Message:

Updated command explanatations for GCC Pass 1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r56c1676 rb6d678f  
    194194        --disable-libatomic, --disable-libgomp, --disable-libitm,
    195195        --disable-libmudflap, --disable-libquadmath, --disable-libsanitizer,
    196         --disable-libssp, --disable-libstdc++-v3</parameter></term>
     196        --disable-libssp, --disable-libvtv, --disable-libcilkrts,
     197        --disable-libstdc++-v3</parameter></term>
    197198        <listitem>
    198199          <para>These switches disable support for the decimal floating point
    199200          extension, threading, libatomic, libgomp, libitm, libmudflap,
    200           libquadmath, libsanitizer, libssp and the C++ standard library
    201           respectively. These features will fail to compile when building a
    202           cross-compiler and are not necessary for the task of cross-compiling
    203           the temporary libc.</para>
     201          libquadmath, libsanitizer, libssp, libvtv, libcilkrts
     202          and the C++ standard library respectively. These features will fail
     203          to compile when building a cross-compiler and are not necessary for
     204          the task of cross-compiling the temporary libc.</para>
    204205        </listitem>
    205206      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.