Changeset 109c00d


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


Files:
3 deleted
13 edited
2 moved

Legend:

Unmodified
Added
Removed
  • final-system/alpha-chapter.xml

    rc4e2b39d r109c00d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-libc-headers.xml"/>
    1818  <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"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
  • final-system/common/adjusting.xml

    rc4e2b39d r109c00d  
    1414  dynamic linker. A <command>perl</command> command accomplishes this:</para>
    1515
    16   <warning os="b">
    17     <para><emphasis>Do not</emphasis> run the following command more than
    18     once, it will adversely affect the outcome of software built after
    19     this step.</para>
    20   </warning>
    21 
    2216<screen os="c"><userinput>gcc -dumpspecs | \
    23 perl -pi -e 's@/tools/lib/ld@/lib/ld@g;' \
     17perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \
    2418     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
    2519     `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>
  • final-system/mips/adjusting.xml

    rc4e2b39d r109c00d  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../x86/adjusting.xml"
     14  href="../common/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717  <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"
    2319  xpointer="xpointer(//*[@os='c'])"/>
    2420
    2521  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26   href="../x86/adjusting.xml"
     22  href="../common/adjusting.xml"
    2723  xpointer="xpointer(//*[@os='d'])"/>
    2824
    2925  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30   href="../x86/adjusting.xml"
     26  href="../common/adjusting.xml"
    3127  xpointer="xpointer(//*[@os='e'])"/>
    3228
     
    3430
    3531    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../x86/adjusting.xml"
     32    href="../common/adjusting.xml"
    3733    xpointer="xpointer(//*[@os='f'])"/>
    3834
    3935    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    40     href="../x86/adjusting.xml"
     36    href="../common/adjusting.xml"
    4137    xpointer="xpointer(//*[@os='g'])"/>
    4238
    4339    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    44     href="../x86/adjusting.xml"
     40    href="../common/adjusting.xml"
    4541    xpointer="xpointer(//*[@os='h'])"/>
    4642
     
    4844
    4945    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../x86/adjusting.xml"
     46    href="../common/adjusting.xml"
    5147    xpointer="xpointer(//*[@os='j'])"/>
    5248
    5349    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../x86/adjusting.xml"
     50    href="../common/adjusting.xml"
    5551    xpointer="xpointer(//*[@os='k'])"/>
    5652
    5753    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="../x86/adjusting.xml"
     54    href="../common/adjusting.xml"
    5955    xpointer="xpointer(//*[@os='l'])"/>
    6056
    6157    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../x86/adjusting.xml"
     58    href="../common/adjusting.xml"
    6359    xpointer="xpointer(//*[@os='m'])"/>
    6460
  • 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"
  • final-system/multilib/adjusting.xml

    rc4e2b39d r109c00d  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../x86/adjusting.xml"
     14  href="../common/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    18   href="../x86/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/lib64/ld@/lib64/ld@g;' \
    2420     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
     
    2622
    2723  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    28   href="../x86/adjusting.xml"
     24  href="../common/adjusting.xml"
    2925  xpointer="xpointer(//*[@os='d'])"/>
    3026
    31   <para>Note that <filename class="directory">/lib</filename> or
     27  <para os="m1">Note that <filename class="directory">/lib</filename> or
    3228  <filename class="directory">/lib64</filename> is now the prefix
    3329  of our dynamic linker.</para>
     
    3632
    3733    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../x86/adjusting.xml"
     34    href="../common/adjusting.xml"
    3935    xpointer="xpointer(//*[@os='f'])"/>
    4036
    41     <para>For 32 bit ABI:</para>
     37    <para os="m2">For 32 bit ABI:</para>
    4238
    43 <screen><userinput>echo 'main(){}' &gt; dummy.c
     39<screen os="m3"><userinput>echo 'main(){}' &gt; dummy.c
    4440cc ${BUILD32} dummy.c
    4541readelf -l a.out | grep ': /lib'</userinput></screen>
    4642
    4743    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    48     href="../x86/adjusting.xml"
     44    href="../common/adjusting.xml"
    4945    xpointer="xpointer(//*[@os='h'])"/>
    5046
    5147    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    52     href="../x86/adjusting.xml"
     48    href="../common/adjusting.xml"
    5349    xpointer="xpointer(//*[@os='i'])"/>
    5450
    55     <para>For 64 bit ABI:</para>
     51    <para os="m4">For 64 bit ABI:</para>
    5652
    57 <screen><userinput>echo 'main(){}' &gt; dummy.c
     53<screen os="m5"><userinput>echo 'main(){}' &gt; dummy.c
    5854cc ${BUILD64} dummy.c
    5955readelf -l a.out | grep ': /lib'</userinput></screen>
    6056
    6157    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../x86/adjusting.xml"
     58    href="../common/adjusting.xml"
    6359    xpointer="xpointer(//*[@os='h'])"/>
    6460
    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>
    6662
    67     <para>Note that <filename class="directory">/lib</filename> or
     63    <para os="m7">Note that <filename class="directory">/lib</filename> or
    6864    <filename class="directory">/lib64</filename> is now the prefix
    6965    of our dynamic linker.</para>
    7066
    7167    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    72     href="../x86/adjusting.xml"
     68    href="../common/adjusting.xml"
    7369    xpointer="xpointer(//*[@os='k'])"/>
    7470
    7571    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    76     href="../x86/adjusting.xml"
     72    href="../common/adjusting.xml"
    7773    xpointer="xpointer(//*[@os='l'])"/>
    7874
    7975    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    80     href="../x86/adjusting.xml"
     76    href="../common/adjusting.xml"
    8177    xpointer="xpointer(//*[@os='m'])"/>
    8278
  • final-system/ppc/adjusting.xml

    rc4e2b39d r109c00d  
    1111
    1212  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    13   href="../x86/adjusting.xml"
     13  href="../common/adjusting.xml"
    1414  xpointer="xpointer(//*[@os='a'])"/>
    1515
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    17   href="../x86/adjusting.xml"
     17  href="../common/adjusting.xml"
    1818  xpointer="xpointer(//*[@os='b'])"/>
    1919
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    21   href="../x86/adjusting.xml"
     21  href="../common/adjusting.xml"
    2222  xpointer="xpointer(//*[@os='c'])"/>
    2323
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25   href="../x86/adjusting.xml"
     25  href="../common/adjusting.xml"
    2626  xpointer="xpointer(//*[@os='d'])"/>
    2727
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29   href="../x86/adjusting.xml"
     29  href="../common/adjusting.xml"
    3030  xpointer="xpointer(//*[@os='e'])"/>
    3131
     
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35     href="../x86/adjusting.xml"
     35    href="../common/adjusting.xml"
    3636    xpointer="xpointer(//*[@os='f'])"/>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    39     href="../x86/adjusting.xml"
     39    href="../common/adjusting.xml"
    4040    xpointer="xpointer(//*[@os='g'])"/>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    43     href="../x86/adjusting.xml"
     43    href="../common/adjusting.xml"
    4444    xpointer="xpointer(//*[@os='h'])"/>
    4545
     
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    49     href="../x86/adjusting.xml"
     49    href="../common/adjusting.xml"
    5050    xpointer="xpointer(//*[@os='j'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../x86/adjusting.xml"
     53    href="../common/adjusting.xml"
    5454    xpointer="xpointer(//*[@os='k'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../x86/adjusting.xml"
     57    href="../common/adjusting.xml"
    5858    xpointer="xpointer(//*[@os='l'])"/>
    5959
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="../x86/adjusting.xml"
     61    href="../common/adjusting.xml"
    6262    xpointer="xpointer(//*[@os='m'])"/>
    6363
  • final-system/sparc-chapter.xml

    rc4e2b39d r109c00d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-libc-headers.xml"/>
    1818  <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"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/binutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
  • final-system/sparc64-64-chapter.xml

    rc4e2b39d r109c00d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/linux-libc-headers.xml"/>
    1818  <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"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/binutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc.xml"/>
  • final-system/sparc64-chapter.xml

    rc4e2b39d r109c00d  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/>
    1919  <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"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/binutils.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
  • final-system/sparc64/adjusting.xml

    rc4e2b39d r109c00d  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../sparc/adjusting.xml"
     14  href="../common/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717  <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"
    2319  xpointer="xpointer(//*[@os='c'])"/>
    2420
    2521  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26   href="../sparc/adjusting.xml"
     22  href="../common/adjusting.xml"
    2723  xpointer="xpointer(//*[@os='d'])"/>
    2824
    29   <para>Note that <filename class="directory">/lib</filename> or
    30   <filename class="directory">/lib64</filename> is now the prefix
    31   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'])"/>
    3228
    3329  <caution>
    3430
    3531    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../sparc/adjusting.xml"
     32    href="../common/adjusting.xml"
    3733    xpointer="xpointer(//*[@os='f'])"/>
    3834
    39     <para>For 32 bit ABI:</para>
    40 
    41 <screen><userinput>echo 'main(){}' &gt; 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'])"/>
    4438
    4539    <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"
    4745    xpointer="xpointer(//*[@os='h'])"/>
    4846
    4947    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../sparc/adjusting.xml"
     48    href="../common/adjusting.xml"
    5149    xpointer="xpointer(//*[@os='i'])"/>
    5250
    53     <para>For 64 bit ABI:</para>
    54 
    55 <screen><userinput>echo 'main(){}' &gt; 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'])"/>
    5854
    5955    <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"
    6161    xpointer="xpointer(//*[@os='h'])"/>
    6262
    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'])"/>
    6866
    6967    <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"
    7173    xpointer="xpointer(//*[@os='k'])"/>
    7274
    7375    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    74     href="../sparc/adjusting.xml"
     76    href="../common/adjusting.xml"
    7577    xpointer="xpointer(//*[@os='l'])"/>
    7678
    7779    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    78     href="../sparc/adjusting.xml"
     80    href="../common/adjusting.xml"
    7981    xpointer="xpointer(//*[@os='m'])"/>
    8082
  • final-system/sparcv8-chapter.xml

    rc4e2b39d r109c00d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-libc-headers.xml"/>
    1818  <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"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparcv8/binutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
  • final-system/x86-chapter.xml

    rc4e2b39d r109c00d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-libc-headers.xml"/>
    1818  <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"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
  • final-system/x86_64-64/adjusting.xml

    rc4e2b39d r109c00d  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../x86/adjusting.xml"
     14  href="../common/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717  <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'])"/>
    2620
    2721  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    28   href="../x86/adjusting.xml"
     22  href="../common/adjusting.xml"
    2923  xpointer="xpointer(//*[@os='d'])"/>
    3024
    31   <para>Note that <filename class="directory">/lib</filename> or
    32   <filename class="directory">/lib32</filename> is now the prefix
    33   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'])"/>
    3428
    3529  <caution>
    3630
    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'])"/>
    4234
    4335    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    44     href="../x86/adjusting.xml"
     36    href="../common/adjusting.xml"
    4537    xpointer="xpointer(//*[@os='g'])"/>
    4638
    4739    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    48     href="../x86/adjusting.xml"
     40    href="../common/adjusting.xml"
    4941    xpointer="xpointer(//*[@os='h'])"/>
    5042
     
    5244
    5345    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../x86/adjusting.xml"
     46    href="../common/adjusting.xml"
    5547    xpointer="xpointer(//*[@os='j'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="../x86/adjusting.xml"
     50    href="../common/adjusting.xml"
    5951    xpointer="xpointer(//*[@os='k'])"/>
    6052
    6153    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../x86/adjusting.xml"
     54    href="../common/adjusting.xml"
    6355    xpointer="xpointer(//*[@os='l'])"/>
    6456
    6557    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../x86/adjusting.xml"
     58    href="../common/adjusting.xml"
    6759    xpointer="xpointer(//*[@os='m'])"/>
    6860
  • final-system/x86_64-chapter.xml

    rc4e2b39d r109c00d  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc.xml"/>
    1919  <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"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc.xml"/>
  • introduction/common/changelog.xml

    rc4e2b39d r109c00d  
    3838
    3939    <listitem>
     40      <para>January 29, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Updated Toolchain adjustment in final-system. Thank you Dan Nicholson.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>January 24, 2006</para>
    4150      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.