[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-222-gf6dd7fa

git git at clfs.org
Sun Dec 6 14:40:11 PST 2015


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  f6dd7fa819d2506ad08f509ee0454c41ee203fe5 (commit)
       via  9b304de03e6a2ce55cddc4cc6f021e5f06ca6632 (commit)
      from  a091ee265db86273d9e14cf399f5cffe4301e018 (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 f6dd7fa819d2506ad08f509ee0454c41ee203fe5
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:34:51 2015 -0500

    Spelling fix

diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index e82c554..85bf1c9 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -398,7 +398,7 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
       <varlistentry id="libubsan">
         <term><filename class="libraryfile">libubsan</filename></term>
         <listitem>
-          <para>The Undefined Beahvior Sanitizer runtime library</para>
+          <para>The Undefined Behavior Sanitizer runtime library</para>
           <indexterm zone="ch-system-gcc libubsan">
             <primary sortas="c-libubsan">libubsan</primary>
           </indexterm>

commit 9b304de03e6a2ce55cddc4cc6f021e5f06ca6632
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Dec 6 19:33:58 2015 -0500

    Binutils testsuite does not need /lib64 link

diff --git a/BOOK/final-system/x86_64-64/binutils.xml b/BOOK/final-system/x86_64-64/binutils.xml
index 7b28d42..6f4c345 100644
--- a/BOOK/final-system/x86_64-64/binutils.xml
+++ b/BOOK/final-system/x86_64-64/binutils.xml
@@ -86,12 +86,6 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='o'])"/>
 
-      <para>The <command>ld</command> test suite accesses
-      <filename>/lib64/ld-linux-x86-64.so</filename> in some of the tests.
-      The following symbolic link will allow this:</para>
-
-<screen><userinput>ln -sv /lib /lib64</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
@@ -100,10 +94,6 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='q'])"/>
 
-        <para>Now remove the temporary symlink:</para>
-
-<screen><userinput>rm -v /lib64</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='r'])"/>

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

Summary of changes:
 BOOK/final-system/common/gcc.xml         |    2 +-
 BOOK/final-system/x86_64-64/binutils.xml |   10 ----------
 2 files changed, 1 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list