Changeset 4a65eaf for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2:16:46 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1234de32
- Parents:
- 9f074af
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/adjusting.xml
r9f074af r4a65eaf 14 14 dynamic linker. A <command>perl</command> command accomplishes this:</para> 15 15 16 <warning os="b">17 <para><emphasis>Do not</emphasis> run the following command more than18 once, it will adversely affect the outcome of software built after19 this step.</para>20 </warning>21 22 16 <screen os="c"><userinput>gcc -dumpspecs | \ 23 perl -p i-e 's@/tools/lib/ld@/lib/ld@g;' \17 perl -p -e 's@/tools/lib/ld@/lib/ld@g;' \ 24 18 -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \ 25 19 `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.