Changeset 6aff9c0 for BOOK/final-system/64
- Timestamp:
- Jun 8, 2009, 1:31:50 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 878afd8
- Parents:
- 51bdc83a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/binutils.xml
r51bdc83a r6aff9c0 50 50 xpointer="xpointer(//*[@os='p2'])"/> 51 51 52 <para os="q1">Libiberty uses <command>gcc -print-multi-os-directory</command> 53 to determine where to install libiberty.a. Because our temporary gcc is 54 still multilib-aware, the command returns <literal>../lib64</literal> which 55 causes the archive to be installed into /usr/lib64. The following sed will 52 <para os="q1">Libiberty uses 53 <command>gcc -print-multi-os-directory</command> to determine where to 54 install <filename class="libraryfile">libiberty.a</filename>. Because our 55 temporary GCC is still multilib-aware, the command returns 56 <literal>../lib64</literal> which causes the archive to be installed into 57 <filename class="directory">/usr/lib64</filename>. The following sed will 56 58 prevent this:</para> 57 59 … … 109 111 110 112 <para os="w1">Now that the tests have completed, remove the symlinks in 111 /usr/lib64 - they should be the only things in that directory, so we112 can remove it without force:</para>113 <filename class="directory">/usr/lib64</filename> - they should be the 114 only things in that directory, so we can remove it without force:</para> 113 115 114 116 <screen os="w2"><userinput>rm -v /usr/lib64/libstd*so*
Note:
See TracChangeset
for help on using the changeset viewer.