[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-137-gd777e1e

git git at cross-lfs.org
Fri Jul 12 12:11: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  d777e1e1a531386697e4c4a77e0412e6c56fe790 (commit)
       via  b63d5727a476308676c3a4f62ea4c0cde5ec7c87 (commit)
       via  49ca385c56ce982eb532384848b44aa442b3176a (commit)
      from  e2658ee6017dcc3bd8edeca350149ac91fe32f67 (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 d777e1e1a531386697e4c4a77e0412e6c56fe790
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jul 12 14:05:12 2013 -0500

    Remove generic optimizations from x86 and x86_64 targets.

diff --git a/BOOK/cross-tools/x86/eglibc.xml b/BOOK/cross-tools/x86/eglibc.xml
index 82e1844..32b92f6 100644
--- a/BOOK/cross-tools/x86/eglibc.xml
+++ b/BOOK/cross-tools/x86/eglibc.xml
@@ -48,7 +48,7 @@
 
 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
-    CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) -mtune=generic -g -O2" \
+    CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET)" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
@@ -76,7 +76,7 @@
 
       <varlistentry os="ea2">
         <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<
-        $CLFS_TARGET) -mtune=generic -g -O2"</parameter></term>
+        $CLFS_TARGET)"</parameter></term>
         <listitem>
           <para>Forces EGLIBC to optimize for our target system.</para>
         </listitem>
diff --git a/BOOK/cross-tools/x86_64/eglibc.xml b/BOOK/cross-tools/x86_64/eglibc.xml
index 58f7795..e1dfb56 100644
--- a/BOOK/cross-tools/x86_64/eglibc.xml
+++ b/BOOK/cross-tools/x86_64/eglibc.xml
@@ -48,7 +48,7 @@
 
 <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) -mtune=generic -g -O2" \
+    CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32)" \
     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
     --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
@@ -76,7 +76,7 @@
 
      <varlistentry os="ea2">
         <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<
-        $CLFS_TARGET32) -mtune=generic -g -O2"</parameter></term>
+        $CLFS_TARGET32)"</parameter></term>
         <listitem>
           <para>Forces EGLIBC to optimize for our target system.</para>
         </listitem>
diff --git a/BOOK/final-system/x86/eglibc.xml b/BOOK/final-system/x86/eglibc.xml
index 216bb52..733ec48 100644
--- a/BOOK/final-system/x86/eglibc.xml
+++ b/BOOK/final-system/x86/eglibc.xml
@@ -57,8 +57,9 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-<screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
-    -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
+<screen os="h"><userinput>
+    CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE)" \
+    ../eglibc-&eglibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/x86_64-64/eglibc.xml b/BOOK/final-system/x86_64-64/eglibc.xml
index 2860ea2..82caa9d 100644
--- a/BOOK/final-system/x86_64-64/eglibc.xml
+++ b/BOOK/final-system/x86_64-64/eglibc.xml
@@ -62,8 +62,7 @@
     href="../common/eglibc.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
-    ../eglibc-&eglibc-version;/configure --prefix=/usr \
+<screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
     --enable-obsolete-rpc</userinput></screen>
diff --git a/BOOK/final-system/x86_64/eglibc-64bit.xml b/BOOK/final-system/x86_64/eglibc-64bit.xml
index a27a816..53c5166 100644
--- a/BOOK/final-system/x86_64/eglibc-64bit.xml
+++ b/BOOK/final-system/x86_64/eglibc-64bit.xml
@@ -62,7 +62,6 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
-    CFLAGS="-mtune=generic -g -O2" \
     ../eglibc-&eglibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
diff --git a/BOOK/final-system/x86_64/eglibc.xml b/BOOK/final-system/x86_64/eglibc.xml
index 25daef3..4448534 100644
--- a/BOOK/final-system/x86_64/eglibc.xml
+++ b/BOOK/final-system/x86_64/eglibc.xml
@@ -59,8 +59,8 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
-    CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \
-    -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
+    CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32})" \
+    ../eglibc-&eglibc-version;/configure --prefix=/usr \
     --disable-profile --enable-kernel=2.6.32 \
     --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \
     --enable-obsolete-rpc</userinput></screen>

commit b63d5727a476308676c3a4f62ea4c0cde5ec7c87
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jul 12 14:03:27 2013 -0500

    Add entry for removal of generic optimization for x86 and x86_64 targets.

diff --git a/BOOK/introduction/x86/changelog.xml b/BOOK/introduction/x86/changelog.xml
index 6962b78..ccaaa0b 100644
--- a/BOOK/introduction/x86/changelog.xml
+++ b/BOOK/introduction/x86/changelog.xml
@@ -32,6 +32,15 @@
 
 -->
     <listitem>
+      <para>12 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>24 April 2013</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/x86_64-64/changelog.xml b/BOOK/introduction/x86_64-64/changelog.xml
index 8c08639..96a86eb 100644
--- a/BOOK/introduction/x86_64-64/changelog.xml
+++ b/BOOK/introduction/x86_64-64/changelog.xml
@@ -33,6 +33,15 @@
 
 -->
     <listitem>
+      <para>12 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>24 April 2013</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/x86_64/changelog.xml b/BOOK/introduction/x86_64/changelog.xml
index 96c6f49..8383560 100644
--- a/BOOK/introduction/x86_64/changelog.xml
+++ b/BOOK/introduction/x86_64/changelog.xml
@@ -33,6 +33,15 @@
 
 -->
     <listitem>
+      <para>12 July 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>24 April 2013</para>
       <itemizedlist>
         <listitem>

commit 49ca385c56ce982eb532384848b44aa442b3176a
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Jul 12 14:02:21 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0e30a19..5756f7f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "09"> <!-- Use two digits -->
+<!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY day "12"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/cross-tools/x86/eglibc.xml           |    4 ++--
 BOOK/cross-tools/x86_64/eglibc.xml        |    4 ++--
 BOOK/final-system/x86/eglibc.xml          |    5 +++--
 BOOK/final-system/x86_64-64/eglibc.xml    |    3 +--
 BOOK/final-system/x86_64/eglibc-64bit.xml |    1 -
 BOOK/final-system/x86_64/eglibc.xml       |    4 ++--
 BOOK/general.ent                          |    4 ++--
 BOOK/introduction/x86/changelog.xml       |    9 +++++++++
 BOOK/introduction/x86_64-64/changelog.xml |    9 +++++++++
 BOOK/introduction/x86_64/changelog.xml    |    9 +++++++++
 10 files changed, 39 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list