Changeset a23ba26
- Timestamp:
- Jun 3, 2014, 9:36:28 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 7314bbe
- Parents:
- b94ba01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/adjusting.xml
rb94ba01 ra23ba26 11 11 <title>Adjusting the Toolchain</title> 12 12 13 <para os="a">Now we a mend the GCC specs file so that it pointsto the new13 <para os="a">Now we adjust GCC's specs so that they point to the new 14 14 dynamic linker. A <command>perl</command> command accomplishes this:</para> 15 15 … … 19 19 $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen> 20 20 21 <para os="d">It is a good idea to visually inspect the specs file to verify the 22 intended change was actually made.</para> 21 <para os="d">The <command>perl</command> command above makes 2 22 modifications to GCC's specs: it removes <quote>/tools</quote> from the 23 pathname to the dynamic linker, and adds <quote>/usr/lib/</quote> to the 24 startfile_prefix_spec. It is a good idea to visually inspect the 25 <filename>specs</filename> file, and compare with the output of 26 <command>gcc -dumpspecs</command>, to verify that 27 the intended changes were actually made.</para> 23 28 24 29 <para os="e">Note that <filename class="directory">/lib</filename> is now
Note:
See TracChangeset
for help on using the changeset viewer.