[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-125-g1863ad6

git git at cross-lfs.org
Sun Jul 7 23:27:50 PDT 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  1863ad6bf6fa7ee5c6b33f57531d07d4ea072b96 (commit)
       via  650628041798c7f1366f06a57b56ee3f81a2508e (commit)
       via  38781edf8e522ebe7ccd4a03c56a76b5cf07df58 (commit)
      from  4e7ed7a3765e63569f006aa230372fc33b07e267 (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 1863ad6bf6fa7ee5c6b33f57531d07d4ea072b96
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 8 01:27:45 2013 -0500

    Update config.cache and description update.

diff --git a/BOOK/cross-tools/common/eglibc.xml b/BOOK/cross-tools/common/eglibc.xml
index e7282b6..1d61823 100644
--- a/BOOK/cross-tools/common/eglibc.xml
+++ b/BOOK/cross-tools/common/eglibc.xml
@@ -34,15 +34,10 @@
     href="../../final-system/common/eglibc.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <para os="dd">The following lines need to be added to
-    <filename>config.cache</filename> for EGLIBC to support NPTL:</para>
-
-<screen os="de"><userinput>cat > config.cache << "EOF"
-libc_cv_forced_unwind=yes
-libc_cv_c_cleanup=yes
-libc_cv_gnu89_inline=yes
-libc_cv_ssp=no
-EOF</userinput></screen>
+    <para os="dd">Add the following to <filename>config.cache</filename>
+    to disable ssp when building EGLIBC:</para>
+
+<screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/eglibc.xml"
diff --git a/BOOK/cross-tools/ppc/eglibc.xml b/BOOK/cross-tools/ppc/eglibc.xml
index 9388bce..c3e9fbf 100644
--- a/BOOK/cross-tools/ppc/eglibc.xml
+++ b/BOOK/cross-tools/ppc/eglibc.xml
@@ -46,13 +46,7 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='dd'])"/>
 
-<screen os="de"><userinput>cat > config.cache << "EOF"
-libc_cv_forced_unwind=yes
-libc_cv_c_cleanup=yes
-libc_cv_ppc_machine=yes
-libc_cv_gnu89_inline=yes
-libc_cv_ssp=no
-EOF</userinput></screen>
+<screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/eglibc.xml"

commit 650628041798c7f1366f06a57b56ee3f81a2508e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 8 01:27:10 2013 -0500

    Add cross-tools eglibc config.cache update entry.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index c884526..55be795 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
    <listitem>
+      <para>08 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Remove unneeded entries to cross-tools EGLIBC config.cache and change description.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>07 July 2013</para>
       <itemizedlist>
         <listitem>

commit 38781edf8e522ebe7ccd4a03c56a76b5cf07df58
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Jul 8 01:25:55 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index d4bbcfe..ac30125 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "07"> <!-- Use two digits -->
+<!ENTITY day "08"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/cross-tools/common/eglibc.xml     |   11 +++--------
 BOOK/cross-tools/ppc/eglibc.xml        |    8 +-------
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 4 files changed, 14 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list