[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. f10d150f73ef576b125f9be5eb2a6daff1d727c6

git git at cross-lfs.org
Sun Aug 8 14:10:12 PDT 2010


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  f10d150f73ef576b125f9be5eb2a6daff1d727c6 (commit)
      from  c8d441465e6856781cba1c777196ad10789363c6 (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 f10d150f73ef576b125f9be5eb2a6daff1d727c6
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Aug 8 17:02:10 2010 -0400

    We no longer need to override MULTIOSDIR for binutils on pure64. We got rid of the multilib /tools a LONG time ago.

diff --git a/BOOK/final-system/64/binutils.xml b/BOOK/final-system/64/binutils.xml
index b65788e..f341dc7 100644
--- a/BOOK/final-system/64/binutils.xml
+++ b/BOOK/final-system/64/binutils.xml
@@ -41,16 +41,6 @@
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <para os="q1">Libiberty uses
-    <command>gcc -print-multi-os-directory</command> to determine where to
-    install <filename class="libraryfile">libiberty.a</filename>. Because our
-    temporary GCC is still multilib-aware, the command returns
-    <literal>../lib64</literal> which causes the archive to be installed into
-    <filename class="directory">/usr/lib64</filename>.  The following sed will
-    prevent this:</para>
-
-<screen os="q2"><userinput>sed -i 's%\(^MULTIOSDIR = \).*%\1 ../lib%' libiberty/Makefile.in</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='g'])"/>
diff --git a/BOOK/final-system/x86_64-64/binutils.xml b/BOOK/final-system/x86_64-64/binutils.xml
index b687770..7a57b5b 100644
--- a/BOOK/final-system/x86_64-64/binutils.xml
+++ b/BOOK/final-system/x86_64-64/binutils.xml
@@ -42,14 +42,6 @@
     xpointer="xpointer(//*[@os='f'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../64/binutils.xml"
-    xpointer="xpointer(//*[@os='q1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../64/binutils.xml"
-    xpointer="xpointer(//*[@os='q2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 

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

Summary of changes:
 BOOK/final-system/64/binutils.xml        |   10 ----------
 BOOK/final-system/x86_64-64/binutils.xml |    8 --------
 2 files changed, 0 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list