Changeset 4a65eaf for BOOK/final-system/multilib/adjusting.xml
- 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
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.