Changeset 09e3f94
- Timestamp:
- 02/23/2020 06:56:18 AM (3 years ago)
- 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, 9.1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 394dc3fc
- Parents:
- e8d05b3f
- Location:
- chapter05
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/binutils-pass2.xml
re8d05b3f r09e3f94 87 87 <term><parameter>--with-sysroot</parameter></term> 88 88 <listitem> 89 <para>The sysroot feature enables the linker to find shared objects 90 which are required by other shared objects explicitly included on the 91 linker's command line. Without this, some packages may not build 92 successfully on some hosts.</para> 89 <para>This defines a default (non-existent) sysroot directory 90 <filename class="directory">/tools/$LFS_TGT/sys-root</filename>. 91 It is useful when looking for shared objects which are required by 92 other shared objects explicitly included on the linker's command 93 line. Those objects are searched into the directories listed in 94 <filename><sysroot>/etc/ld.so.conf</filename>, and failing 95 that, into the linker search path, which is right. If this switch 96 is not given, <filename>/etc/ld.so.conf</filename> on the host 97 is used, that is, programs may be linked to libraries on 98 the host, which we want to avoid.</para> 93 99 </listitem> 94 100 </varlistentry> -
chapter05/libstdc++.xml
re8d05b3f r09e3f94 83 83 <term><parameter>--disable-libstdcxx-threads</parameter></term> 84 84 <listitem> 85 <para>Since we have not yet built the C threads library, the C++86 onecannot be built either.</para>85 <para>Since gcc-pass1 is built without thread support, the C++ 86 thread library cannot be built either.</para> 87 87 </listitem> 88 88 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.