Changeset 6aff9c0 for BOOK/final-system
- 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
- Location:
- BOOK/final-system
- Files:
-
- 4 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* -
BOOK/final-system/common/sysvinit.xml
r51bdc83a r6aff9c0 91 91 92 92 <para>If your system has a serial console run the following command to add 93 the entry to <filename>/etc/inittab</filename> .</para>93 the entry to <filename>/etc/inittab</filename>:</para> 94 94 95 95 <screen><userinput>cat >> /etc/inittab << "EOF" … … 98 98 EOF</userinput></screen> 99 99 100 <para>Finally, Add the end line to <filename>/etc/inittab</filename>.</para>100 <para>Finally, add the end line to <filename>/etc/inittab</filename>:</para> 101 101 102 102 <screen><userinput>cat >> /etc/inittab << "EOF" -
BOOK/final-system/multilib/gmp-64bit.xml
r51bdc83a r6aff9c0 72 72 <screen os="k"><userinput>mv -v /usr/include/gmp{,-64}.h</userinput></screen> 73 73 74 <para os="l">Finally, Create a stub header in the place of the originals:</para>74 <para os="l">Finally, create a stub header in the place of the originals:</para> 75 75 76 76 <screen os="m"><userinput>cat > /usr/include/gmp.h << "EOF" -
BOOK/final-system/x86_64-64/binutils.xml
r51bdc83a r6aff9c0 98 98 xpointer="xpointer(//*[@os='o'])"/> 99 99 100 <para>The ld test suite accesses <filename>/lib64/ld-linux-x86-64.so</filename> 101 in some of the tests. The following symbolic link will allow this:</para> 100 <para>The <command>ld</command> test suite accesses 101 <filename>/lib64/ld-linux-x86-64.so</filename> in some of the tests. 102 The following symbolic link will allow this:</para> 102 103 103 104 <screen><userinput>ln -sv /lib /lib64</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.