Changeset 4a65eaf for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 2:16:46 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1234de32
- Parents:
- 9f074af
- Location:
- BOOK/final-system
- Files:
-
- 3 deleted
- 12 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/alpha-chapter.xml
r9f074af r4a65eaf 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-libc-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" alpha/adjusting.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/common/adjusting.xml
r9f074af r4a65eaf 14 14 dynamic linker. A <command>perl</command> command accomplishes this:</para> 15 15 16 <warning os="b">17 <para><emphasis>Do not</emphasis> run the following command more than18 once, it will adversely affect the outcome of software built after19 this step.</para>20 </warning>21 22 16 <screen os="c"><userinput>gcc -dumpspecs | \ 23 perl -p i-e 's@/tools/lib/ld@/lib/ld@g;' \17 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 24 18 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 25 19 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen> -
BOOK/final-system/mips/adjusting.xml
r9f074af r4a65eaf 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ x86/adjusting.xml"14 href="../common/adjusting.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../x86/adjusting.xml" 19 xpointer="xpointer(//*[@os='b'])"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 22 href="../x86/adjusting.xml" 18 href="../common/adjusting.xml" 23 19 xpointer="xpointer(//*[@os='c'])"/> 24 20 25 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../ x86/adjusting.xml"22 href="../common/adjusting.xml" 27 23 xpointer="xpointer(//*[@os='d'])"/> 28 24 29 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../ x86/adjusting.xml"26 href="../common/adjusting.xml" 31 27 xpointer="xpointer(//*[@os='e'])"/> 32 28 … … 34 30 35 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../ x86/adjusting.xml"32 href="../common/adjusting.xml" 37 33 xpointer="xpointer(//*[@os='f'])"/> 38 34 39 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../ x86/adjusting.xml"36 href="../common/adjusting.xml" 41 37 xpointer="xpointer(//*[@os='g'])"/> 42 38 43 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../ x86/adjusting.xml"40 href="../common/adjusting.xml" 45 41 xpointer="xpointer(//*[@os='h'])"/> 46 42 … … 48 44 49 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../ x86/adjusting.xml"46 href="../common/adjusting.xml" 51 47 xpointer="xpointer(//*[@os='j'])"/> 52 48 53 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../ x86/adjusting.xml"50 href="../common/adjusting.xml" 55 51 xpointer="xpointer(//*[@os='k'])"/> 56 52 57 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../ x86/adjusting.xml"54 href="../common/adjusting.xml" 59 55 xpointer="xpointer(//*[@os='l'])"/> 60 56 61 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../ x86/adjusting.xml"58 href="../common/adjusting.xml" 63 59 xpointer="xpointer(//*[@os='m'])"/> 64 60 -
BOOK/final-system/mips64/adjusting.xml
r9f074af r4a65eaf 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"18 href="../mips/adjusting.xml"19 xpointer="xpointer(//*[@os='b'])"/>20 21 17 <screen os="c"><userinput>gcc -dumpspecs | \ 22 perl -p i-e 's@/tools/lib/ld@/lib/ld@g;' \18 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 23 19 -e 's@/tools/lib32/ld@/lib32/ld@g;' \ 24 20 -e 's@/tools/lib64/ld@/lib64/ld@g;' \ … … 41 37 xpointer="xpointer(//*[@os='f'])"/> 42 38 43 <para>For 32 bit ABI:</para> 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 href="../multilib/adjusting.xml" 41 xpointer="xpointer(//*[@os='m2'])"/> 44 42 45 <screen><userinput>echo 'main(){}' > dummy.c 46 cc ${BUILD32} dummy.c 47 readelf -l a.out | grep ': /lib'</userinput></screen>43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../multilib/adjusting.xml" 45 xpointer="xpointer(//*[@os='m3'])"/> 48 46 49 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 67 65 <screen><computeroutput>[Requesting program interpreter: /lib32/ld.so.1]</computeroutput></screen> 68 66 69 <para>For 64 bit ABI:</para> 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 68 href="../multilib/adjusting.xml" 69 xpointer="xpointer(//*[@os='m4'])"/> 70 70 71 <screen><userinput>echo 'main(){}' > dummy.c 72 cc ${BUILD64} dummy.c 73 readelf -l a.out | grep ': /lib'</userinput></screen>71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 72 href="../multilib/adjusting.xml" 73 xpointer="xpointer(//*[@os='m5'])"/> 74 74 75 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/adjusting.xml
r9f074af r4a65eaf 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ x86/adjusting.xml"14 href="../common/adjusting.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"18 href="../x86/adjusting.xml"19 xpointer="xpointer(//*[@os='b'])"/>20 21 17 <screen os="c"><userinput>gcc -dumpspecs | \ 22 perl -p i-e 's@/tools/lib/ld@/lib/ld@g;' \18 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 23 19 -e 's@/tools/lib64/ld@/lib64/ld@g;' \ 24 20 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ … … 26 22 27 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="../ x86/adjusting.xml"24 href="../common/adjusting.xml" 29 25 xpointer="xpointer(//*[@os='d'])"/> 30 26 31 <para >Note that <filename class="directory">/lib</filename> or27 <para os="m1">Note that <filename class="directory">/lib</filename> or 32 28 <filename class="directory">/lib64</filename> is now the prefix 33 29 of our dynamic linker.</para> … … 36 32 37 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../ x86/adjusting.xml"34 href="../common/adjusting.xml" 39 35 xpointer="xpointer(//*[@os='f'])"/> 40 36 41 <para >For 32 bit ABI:</para>37 <para os="m2">For 32 bit ABI:</para> 42 38 43 <screen ><userinput>echo 'main(){}' > dummy.c39 <screen os="m3"><userinput>echo 'main(){}' > dummy.c 44 40 cc ${BUILD32} dummy.c 45 41 readelf -l a.out | grep ': /lib'</userinput></screen> 46 42 47 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../ x86/adjusting.xml"44 href="../common/adjusting.xml" 49 45 xpointer="xpointer(//*[@os='h'])"/> 50 46 51 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 href="../ x86/adjusting.xml"48 href="../common/adjusting.xml" 53 49 xpointer="xpointer(//*[@os='i'])"/> 54 50 55 <para >For 64 bit ABI:</para>51 <para os="m4">For 64 bit ABI:</para> 56 52 57 <screen ><userinput>echo 'main(){}' > dummy.c53 <screen os="m5"><userinput>echo 'main(){}' > dummy.c 58 54 cc ${BUILD64} dummy.c 59 55 readelf -l a.out | grep ': /lib'</userinput></screen> 60 56 61 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../ x86/adjusting.xml"58 href="../common/adjusting.xml" 63 59 xpointer="xpointer(//*[@os='h'])"/> 64 60 65 <screen ><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>61 <screen os="m6"><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen> 66 62 67 <para >Note that <filename class="directory">/lib</filename> or63 <para os="m7">Note that <filename class="directory">/lib</filename> or 68 64 <filename class="directory">/lib64</filename> is now the prefix 69 65 of our dynamic linker.</para> 70 66 71 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 72 href="../ x86/adjusting.xml"68 href="../common/adjusting.xml" 73 69 xpointer="xpointer(//*[@os='k'])"/> 74 70 75 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 76 href="../ x86/adjusting.xml"72 href="../common/adjusting.xml" 77 73 xpointer="xpointer(//*[@os='l'])"/> 78 74 79 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 href="../ x86/adjusting.xml"76 href="../common/adjusting.xml" 81 77 xpointer="xpointer(//*[@os='m'])"/> 82 78 -
BOOK/final-system/ppc/adjusting.xml
r9f074af r4a65eaf 11 11 12 12 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 13 href="../ x86/adjusting.xml"13 href="../common/adjusting.xml" 14 14 xpointer="xpointer(//*[@os='a'])"/> 15 15 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 17 href="../ x86/adjusting.xml"17 href="../common/adjusting.xml" 18 18 xpointer="xpointer(//*[@os='b'])"/> 19 19 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 21 href="../ x86/adjusting.xml"21 href="../common/adjusting.xml" 22 22 xpointer="xpointer(//*[@os='c'])"/> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../ x86/adjusting.xml"25 href="../common/adjusting.xml" 26 26 xpointer="xpointer(//*[@os='d'])"/> 27 27 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../ x86/adjusting.xml"29 href="../common/adjusting.xml" 30 30 xpointer="xpointer(//*[@os='e'])"/> 31 31 … … 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../ x86/adjusting.xml"35 href="../common/adjusting.xml" 36 36 xpointer="xpointer(//*[@os='f'])"/> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../ x86/adjusting.xml"39 href="../common/adjusting.xml" 40 40 xpointer="xpointer(//*[@os='g'])"/> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../ x86/adjusting.xml"43 href="../common/adjusting.xml" 44 44 xpointer="xpointer(//*[@os='h'])"/> 45 45 … … 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../ x86/adjusting.xml"49 href="../common/adjusting.xml" 50 50 xpointer="xpointer(//*[@os='j'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../ x86/adjusting.xml"53 href="../common/adjusting.xml" 54 54 xpointer="xpointer(//*[@os='k'])"/> 55 55 56 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../ x86/adjusting.xml"57 href="../common/adjusting.xml" 58 58 xpointer="xpointer(//*[@os='l'])"/> 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../ x86/adjusting.xml"61 href="../common/adjusting.xml" 62 62 xpointer="xpointer(//*[@os='m'])"/> 63 63 -
BOOK/final-system/sparc-chapter.xml
r9f074af r4a65eaf 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-libc-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" sparc/adjusting.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/binutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/sparc64-64-chapter.xml
r9f074af r4a65eaf 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/linux-libc-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" sparc64-64/adjusting.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="adjusting/adjusting.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/binutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc.xml"/> -
BOOK/final-system/sparc64-chapter.xml
r9f074af r4a65eaf 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc-64bit.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" sparc64/adjusting.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/binutils.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/> -
BOOK/final-system/sparc64/adjusting.xml
r9f074af r4a65eaf 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ sparc/adjusting.xml"14 href="../common/adjusting.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../sparc/adjusting.xml" 19 xpointer="xpointer(//*[@os='b'])"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 22 href="../x86_64/adjusting.xml" 18 href="../common/adjusting.xml" 23 19 xpointer="xpointer(//*[@os='c'])"/> 24 20 25 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../ sparc/adjusting.xml"22 href="../common/adjusting.xml" 27 23 xpointer="xpointer(//*[@os='d'])"/> 28 24 29 < para>Note that <filename class="directory">/lib</filename> or30 <filename class="directory">/lib64</filename> is now the prefix31 of our dynamic linker.</para>25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../multilib/adjusting.xml" 27 xpointer="xpointer(//*[@os='m1'])"/> 32 28 33 29 <caution> 34 30 35 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../ sparc/adjusting.xml"32 href="../common/adjusting.xml" 37 33 xpointer="xpointer(//*[@os='f'])"/> 38 34 39 <para>For 32 bit ABI:</para> 40 41 <screen><userinput>echo 'main(){}' > dummy.c 42 cc ${BUILD32} dummy.c 43 readelf -l a.out | grep ': /lib'</userinput></screen> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../multilib/adjusting.xml" 37 xpointer="xpointer(//*[@os='m2'])"/> 44 38 45 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="../sparc/adjusting.xml" 40 href="../multilib/adjusting.xml" 41 xpointer="xpointer(//*[@os='m3'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../common/adjusting.xml" 47 45 xpointer="xpointer(//*[@os='h'])"/> 48 46 49 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 href="../ sparc/adjusting.xml"48 href="../common/adjusting.xml" 51 49 xpointer="xpointer(//*[@os='i'])"/> 52 50 53 <para>For 64 bit ABI:</para> 54 55 <screen><userinput>echo 'main(){}' > dummy.c 56 cc ${BUILD64} dummy.c 57 readelf -l a.out | grep ': /lib'</userinput></screen> 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 href="../multilib/adjusting.xml" 53 xpointer="xpointer(//*[@os='m4'])"/> 58 54 59 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../sparc/adjusting.xml" 56 href="../multilib/adjusting.xml" 57 xpointer="xpointer(//*[@os='m5'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../common/adjusting.xml" 61 61 xpointer="xpointer(//*[@os='h'])"/> 62 62 63 <screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-sparc-64.so.2]</computeroutput></screen> 64 65 <para>Note that <filename class="directory">/lib</filename> or 66 <filename class="directory">/lib64</filename> is now the prefix 67 of our dynamic linker.</para> 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 href="../common/adjusting.xml" 65 xpointer="xpointer(//*[@os='i'])"/> 68 66 69 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="../sparc/adjusting.xml" 68 href="../multilib/adjusting.xml" 69 xpointer="xpointer(//*[@os='m7'])"/> 70 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 72 href="../common/adjusting.xml" 71 73 xpointer="xpointer(//*[@os='k'])"/> 72 74 73 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../ sparc/adjusting.xml"76 href="../common/adjusting.xml" 75 77 xpointer="xpointer(//*[@os='l'])"/> 76 78 77 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../ sparc/adjusting.xml"80 href="../common/adjusting.xml" 79 81 xpointer="xpointer(//*[@os='m'])"/> 80 82 -
BOOK/final-system/sparcv8-chapter.xml
r9f074af r4a65eaf 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-libc-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparcv8/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" sparc/adjusting.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparcv8/binutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/x86-chapter.xml
r9f074af r4a65eaf 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-libc-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86/adjusting.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/> -
BOOK/final-system/x86_64-64/adjusting.xml
r9f074af r4a65eaf 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ x86/adjusting.xml"14 href="../common/adjusting.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../x86/adjusting.xml" 19 xpointer="xpointer(//*[@os='b'])"/> 20 21 <screen os="c"><userinput>gcc -dumpspecs | \ 22 perl -pi -e 's@/tools/lib/ld@/lib/ld@g;' \ 23 -e 's@/tools/lib32/ld@/lib32/ld@g;' \ 24 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 25 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen> 18 href="../common/adjusting.xml" 19 xpointer="xpointer(//*[@os='c'])"/> 26 20 27 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="../ x86/adjusting.xml"22 href="../common/adjusting.xml" 29 23 xpointer="xpointer(//*[@os='d'])"/> 30 24 31 < para>Note that <filename class="directory">/lib</filename> or32 <filename class="directory">/lib32</filename> is now the prefix33 of our dynamic linker.</para>25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../common/adjusting.xml" 27 xpointer="xpointer(//*[@os='e'])"/> 34 28 35 29 <caution> 36 30 37 <para>It is imperative at this point to stop and ensure that 38 the basic functions (compiling and linking) of the adjusted toolchain 39 are working as expected. Since we are doing a 64 bit only build, we 40 will only test the 64 bit ABI. To do this, perform a sanity 41 check:</para> 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 href="../common/adjusting.xml" 33 xpointer="xpointer(//*[@os='f'])"/> 42 34 43 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../ x86/adjusting.xml"36 href="../common/adjusting.xml" 45 37 xpointer="xpointer(//*[@os='g'])"/> 46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../ x86/adjusting.xml"40 href="../common/adjusting.xml" 49 41 xpointer="xpointer(//*[@os='h'])"/> 50 42 … … 52 44 53 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 54 href="../ x86/adjusting.xml"46 href="../common/adjusting.xml" 55 47 xpointer="xpointer(//*[@os='j'])"/> 56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 58 href="../ x86/adjusting.xml"50 href="../common/adjusting.xml" 59 51 xpointer="xpointer(//*[@os='k'])"/> 60 52 61 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 62 href="../ x86/adjusting.xml"54 href="../common/adjusting.xml" 63 55 xpointer="xpointer(//*[@os='l'])"/> 64 56 65 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 66 href="../ x86/adjusting.xml"58 href="../common/adjusting.xml" 67 59 xpointer="xpointer(//*[@os='m'])"/> 68 60 -
BOOK/final-system/x86_64-chapter.xml
r9f074af r4a65eaf 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc-64bit.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86_64/adjusting.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/adjusting.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.