[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1211-g30f9912

git git at cross-lfs.org
Tue Jun 3 22:32:29 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, sysvinit has been updated
       via  30f99123ef011d1337e15c118c4f6373e5fae59f (commit)
      from  028eff7aaf2632a5917cb05a5167756b6b80db57 (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 30f99123ef011d1337e15c118c4f6373e5fae59f
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