Ignore:
Timestamp:
Feb 21, 2006, 2:16:46 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1234de32
Parents:
9f074af
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
  • BOOK/final-system/x86_64-64/adjusting.xml

    r9f074af r4a65eaf  
    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
Note: See TracChangeset for help on using the changeset viewer.