Ignore:
Timestamp:
Feb 21, 2006, 2:16:46 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
825b6c6
Parents:
c4e2b39d
Message:

r1107@server (orig r1105): jim | 2006-01-29 23:24:20 -0800

r1127@server: jim | 2006-01-29 22:16:55 -0800
Updated adjusting in final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/mips64/adjusting.xml

    rc4e2b39d r109c00d  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    18   href="../mips/adjusting.xml"
    19   xpointer="xpointer(//*[@os='b'])"/>
    20 
    2117<screen os="c"><userinput>gcc -dumpspecs | \
    22 perl -pi -e 's@/tools/lib/ld@/lib/ld@g;' \
     18perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \
    2319     -e 's@/tools/lib32/ld@/lib32/ld@g;' \
    2420     -e 's@/tools/lib64/ld@/lib64/ld@g;' \
     
    4137    xpointer="xpointer(//*[@os='f'])"/>
    4238
    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'])"/>
    4442
    45 <screen><userinput>echo 'main(){}' &gt; 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'])"/>
    4846
    4947    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6765<screen><computeroutput>[Requesting program interpreter: /lib32/ld.so.1]</computeroutput></screen>
    6866
    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'])"/>
    7070
    71 <screen><userinput>echo 'main(){}' &gt; 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'])"/>
    7474
    7575    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.