mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Updated command explanatations for GCC Pass 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
56c167606b
commit
b6d678f56a
@ -35,6 +35,17 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-07-02</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Chris] - Added command explanations for new switches on
|
||||
GCC Pass 1. Fixes
|
||||
<ulink url="&lfs-ticket-root;3625">#3625</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-06-30</para>
|
||||
<itemizedlist>
|
||||
|
@ -193,14 +193,15 @@ cd ../gcc-build</userinput></screen>
|
||||
<term><parameter>--disable-decimal-float, --disable-threads,
|
||||
--disable-libatomic, --disable-libgomp, --disable-libitm,
|
||||
--disable-libmudflap, --disable-libquadmath, --disable-libsanitizer,
|
||||
--disable-libssp, --disable-libstdc++-v3</parameter></term>
|
||||
--disable-libssp, --disable-libvtv, --disable-libcilkrts,
|
||||
--disable-libstdc++-v3</parameter></term>
|
||||
<listitem>
|
||||
<para>These switches disable support for the decimal floating point
|
||||
extension, threading, libatomic, libgomp, libitm, libmudflap,
|
||||
libquadmath, libsanitizer, libssp and the C++ standard library
|
||||
respectively. These features will fail to compile when building a
|
||||
cross-compiler and are not necessary for the task of cross-compiling
|
||||
the temporary libc.</para>
|
||||
libquadmath, libsanitizer, libssp, libvtv, libcilkrts
|
||||
and the C++ standard library respectively. These features will fail
|
||||
to compile when building a cross-compiler and are not necessary for
|
||||
the task of cross-compiling the temporary libc.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user