[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-356-g5ca6d3b

git git at cross-lfs.org
Tue Sep 10 02:13:03 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  5ca6d3b47b5a1a24ff2361b9300f5c650a93be68 (commit)
      from  89214034dc2ccfb8cbcbe13790bb77dee616a8ae (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 5ca6d3b47b5a1a24ff2361b9300f5c650a93be68
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Sep 10 04:12:58 2013 -0500

    Cross tools pure64 eglibc should be 64 bit, not 32 bit. I have a 2 bit brain.

diff --git a/BOOK/cross-tools/x86_64-64/eglibc.xml b/BOOK/cross-tools/x86_64-64/eglibc.xml
index 431412d..a9e2bb7 100644
--- a/BOOK/cross-tools/x86_64-64/eglibc.xml
+++ b/BOOK/cross-tools/x86_64-64/eglibc.xml
@@ -8,11 +8,11 @@
 <sect1 id="ch-cross-tools-eglibc" role="wrap">
   <?dbhtml filename="eglibc.html"?>
 
-  <title>EGLIBC-&eglibc-version; 32 Bit</title>
+  <title>EGLIBC-&eglibc-version;</title>
 
   <indexterm zone="ch-cross-tools-eglibc">
     <primary sortas="a-EGLIBC">EGLIBC</primary>
-    <secondary>cross tools, 32 Bit</secondary>
+    <secondary>cross tools</secondary>
   </indexterm>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
@@ -46,14 +46,13 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
-    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
-    CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -O2" \
-    ../eglibc-&eglibc-version;/configure --prefix=/tools \
-    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
-    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
-    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
+    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
+      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
+      ../eglibc-&eglibc-version;/configure --prefix=/tools \
+      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
+      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
+      --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
     <variablelist os="dg">
       <title>The meaning of the new configure options:</title>
@@ -63,8 +62,8 @@
       xpointer="xpointer(//*[@os='dg1'])"/>
 
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-      href="../multilib/eglibc.xml"
-      xpointer="xpointer(//*[@os='ea1'])"/>
+      href="../multilib/eglibc-64bit.xml"
+      xpointer="xpointer(//*[@os='fa1'])"/>
 
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="../common/eglibc.xml"
@@ -74,14 +73,6 @@
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg4'])"/>
 
-     <varlistentry os="ea2">
-        <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<
-        $CLFS_TARGET32) -O2"</parameter></term>
-        <listitem>
-          <para>Forces EGLIBC to optimize for our target system.</para>
-        </listitem>
-      </varlistentry>
-
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="../common/eglibc.xml"
       xpointer="xpointer(//*[@os='dg5'])"/>

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

Summary of changes:
 BOOK/cross-tools/x86_64-64/eglibc.xml |   31 +++++++++++--------------------
 1 files changed, 11 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list