[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-837-gde53390

git git at cross-lfs.org
Sun Feb 2 12:18:14 PST 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, systemd has been updated
       via  de53390c13c6d3d4f5bb6cdf488aa27a90f04fc3 (commit)
      from  e6d1f043233b4ddf54f1e35f3e5465731e23db65 (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 de53390c13c6d3d4f5bb6cdf488aa27a90f04fc3
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 14:20:10 2014 -0600

    Expat 32Bit or N32 tests will fail to pass without CXX set to "g++ ${BUILD32}" or "g++ ${BUILDN32}"

diff --git a/BOOK/final-system/multilib/expat-64bit.xml b/BOOK/final-system/multilib/expat-64bit.xml
index c5bf355..f77b6f0 100644
--- a/BOOK/final-system/multilib/expat-64bit.xml
+++ b/BOOK/final-system/multilib/expat-64bit.xml
@@ -25,8 +25,8 @@
     href="../common/expat.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-    --libdir=/usr/lib64</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
+    --prefix=/usr --libdir=/usr/lib64</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/expat.xml"
diff --git a/BOOK/final-system/multilib/expat-n32.xml b/BOOK/final-system/multilib/expat-n32.xml
index dc2a56a..a8534e8 100644
--- a/BOOK/final-system/multilib/expat-n32.xml
+++ b/BOOK/final-system/multilib/expat-n32.xml
@@ -26,8 +26,8 @@
     href="../common/expat.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
-    --libdir=/usr/lib32</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
+    ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/expat.xml"
diff --git a/BOOK/final-system/multilib/expat.xml b/BOOK/final-system/multilib/expat.xml
index 32ed1d5..87fd28e 100644
--- a/BOOK/final-system/multilib/expat.xml
+++ b/BOOK/final-system/multilib/expat.xml
@@ -26,8 +26,8 @@
     href="../common/expat.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
-    --libdir=/usr/lib</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure \
+    --prefix=/usr --libdir=/usr/lib</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/expat.xml"

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

Summary of changes:
 BOOK/final-system/multilib/expat-64bit.xml |    4 ++--
 BOOK/final-system/multilib/expat-n32.xml   |    4 ++--
 BOOK/final-system/multilib/expat.xml       |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list