Changeset 109c00d for final-system/mips64
- Timestamp:
- Feb 21, 2006, 2:16:46 AM (19 years ago)
- Children:
- 825b6c6
- Parents:
- c4e2b39d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/mips64/adjusting.xml
rc4e2b39d r109c00d 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"
Note:
See TracChangeset
for help on using the changeset viewer.