[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-497-g3bb8f28

git git at cross-lfs.org
Mon Nov 11 11:09:00 PST 2013


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  3bb8f280a665467f2ab05d474037cad313c04019 (commit)
      from  4602a808aa0fe4f8923dabca5b6f90404268df45 (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 3bb8f280a665467f2ab05d474037cad313c04019
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Nov 11 19:00:25 2013 -0600

    Grep now correctly sets the config cache variables during temp system during cross compile. No longer needed.

diff --git a/BOOK/temp-system/common/grep.xml b/BOOK/temp-system/common/grep.xml
index b93b724..bfc2fef 100644
--- a/BOOK/temp-system/common/grep.xml
+++ b/BOOK/temp-system/common/grep.xml
@@ -22,15 +22,6 @@
   <sect2 role="installation">
     <title>Installation of Grep</title>
 
-    <para os="t1">When cross compiling, the <command>configure</command> script
-    does not determine the correct values for the following. Set the values
-    manually:</para>
-
-<screen os="t2"><userinput>cat > config.cache << EOF
-ac_cv_func_malloc_0_nonnull=yes
-ac_cv_func_realloc_0_nonnull=yes
-EOF</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/grep.xml"
     xpointer="xpointer(//*[@os='a'])"/>
diff --git a/BOOK/temp-system/multilib/grep.xml b/BOOK/temp-system/multilib/grep.xml
index d9125bb..1f2c9d7 100644
--- a/BOOK/temp-system/multilib/grep.xml
+++ b/BOOK/temp-system/multilib/grep.xml
@@ -24,14 +24,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/grep.xml"
-    xpointer="xpointer(//*[@os='t1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/grep.xml"
-    xpointer="xpointer(//*[@os='t2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/grep.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \

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

Summary of changes:
 BOOK/temp-system/common/grep.xml   |    9 ---------
 BOOK/temp-system/multilib/grep.xml |    8 --------
 2 files changed, 0 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list