[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1216-ga23ba26

git git at cross-lfs.org
Tue Jun 3 22:32:53 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  a23ba268674442873e10c2e5a16711cb8bd4b74a (commit)
      from  b94ba0182ac16aeeb228b4c139118f6981fcc3ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a23ba268674442873e10c2e5a16711cb8bd4b74a
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Jun 4 00:36:28 2014 -0400

    More clarification for toolchain adjustment text

diff --git a/BOOK/final-system/common/adjusting.xml b/BOOK/final-system/common/adjusting.xml
index e8a8641..afa4259 100644
--- a/BOOK/final-system/common/adjusting.xml
+++ b/BOOK/final-system/common/adjusting.xml
@@ -10,7 +10,7 @@
 
   <title>Adjusting the Toolchain</title>
 
-  <para os="a">Now we amend the GCC specs file so that it points to the new
+  <para os="a">Now we adjust GCC's specs so that they point to the new
   dynamic linker. A <command>perl</command> command accomplishes this:</para>
 
 <screen os="c"><userinput>gcc -dumpspecs | \
@@ -18,8 +18,13 @@ perl -p -e 's@/tools/lib/ld@/lib/ld at g;' \
      -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' > \
      $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
 
-  <para os="d">It is a good idea to visually inspect the specs file to verify the
-  intended change was actually made.</para>
+  <para os="d">The <command>perl</command> command above makes 2
+  modifications to GCC's specs: it removes <quote>/tools</quote> from the
+  pathname to the dynamic linker, and adds <quote>/usr/lib/</quote> to the
+  startfile_prefix_spec. It is a good idea to visually inspect the
+  <filename>specs</filename> file, and compare with the output of
+  <command>gcc -dumpspecs</command>, to verify that
+  the intended changes were actually made.</para>
 
   <para os="e">Note that <filename class="directory">/lib</filename> is now
   the prefix of our dynamic linker.</para>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/adjusting.xml |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list