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 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/adjusting.xml

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