Changeset 4a65eaf for BOOK/final-system/sparc64
- 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 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.