[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-917-gff6d7ea

git git at cross-lfs.org
Tue May 6 04:53:31 PDT 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  ff6d7ea332e7bee9dc43d26c0b76eb52012d5f99 (commit)
      from  7ef2c6b00982bdd0d9489079b7d82e090d2a9133 (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 ff6d7ea332e7bee9dc43d26c0b76eb52012d5f99
Author: Chris Staub <chris at beaker67.com>
Date:   Tue May 6 07:53:24 2014 -0400

    libexecdir does not matter in the temp-system

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index c911341..64561e9 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -43,6 +43,10 @@
           <para>[Chris] - Removed unneeded configure switches specifying
           GMP/MPFR/MPC/ISL/CLOOG in /tools.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed unneeded --libexecdir switches from
+          temp-system GCC.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/temp-system/64/gcc.xml b/BOOK/temp-system/64/gcc.xml
index 55058f3..fc71f1a 100644
--- a/BOOK/temp-system/64/gcc.xml
+++ b/BOOK/temp-system/64/gcc.xml
@@ -73,11 +73,11 @@
 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
-    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
-    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-system-zlib --with-native-system-header-dir=/tools/include \
-    --enable-checking=release --enable-libstdcxx-time</userinput></screen>
+    --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \
+    --enable-threads=posix --disable-nls --enable-__cxa_atexit \
+    --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib \
+    --with-native-system-header-dir=/tools/include --enable-checking=release \
+    --enable-libstdcxx-time</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index ea48789..52a0ebe 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -71,12 +71,11 @@
 
 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
   --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-  --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
-  --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \
-  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --with-system-zlib \
-  --with-native-system-header-dir=/tools/include --disable-libssp \
-  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
+  --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \
+  --enable-threads=posix --disable-multilib --disable-nls \
+  --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
+  --with-system-zlib --with-native-system-header-dir=/tools/include \
+  --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
     <variablelist os="cl">
       <title>The meaning of the new configure option:</title>
diff --git a/BOOK/temp-system/mips64-64/gcc.xml b/BOOK/temp-system/mips64-64/gcc.xml
index a856340..89ba7e6 100644
--- a/BOOK/temp-system/mips64-64/gcc.xml
+++ b/BOOK/temp-system/mips64-64/gcc.xml
@@ -73,10 +73,10 @@
 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
-    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
-    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-system-zlib --enable-checking=release --enable-libstdcxx-time \
+    --with-local-prefix=/tools --enable-long-long --enable-c99 \
+    --enable-shared --enable-threads=posix --disable-nls --enable-__cxa_atexit \
+    --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib \
+    --enable-checking=release --enable-libstdcxx-time \
     --with-native-system-header-dir=/tools/include</userinput></screen>
 
     <variablelist>
diff --git a/BOOK/temp-system/multilib/gcc.xml b/BOOK/temp-system/multilib/gcc.xml
index 2cffb30..d31f88a 100644
--- a/BOOK/temp-system/multilib/gcc.xml
+++ b/BOOK/temp-system/multilib/gcc.xml
@@ -73,12 +73,11 @@
 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
   ../gcc-&gcc-version;/configure --prefix=/tools \
   --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-  --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
-  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
-  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
-  --disable-libstdcxx-pch --with-system-zlib \
-  --with-native-system-header-dir=/tools/include --disable-libssp \
-  --enable-libstdcxx-time --enable-checking=release</userinput></screen>
+  --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
+  --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
+  --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
+  --with-system-zlib --with-native-system-header-dir=/tools/include \
+  --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
 
     <variablelist os="dd">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/temp-system/ppc64-64/gcc.xml b/BOOK/temp-system/ppc64-64/gcc.xml
index 57de372..4625400 100644
--- a/BOOK/temp-system/ppc64-64/gcc.xml
+++ b/BOOK/temp-system/ppc64-64/gcc.xml
@@ -73,11 +73,11 @@
 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
-    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
-    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
-    --with-system-zlib --with-native-system-header-dir=/tools/include \
-    --enable-checking=release --enable-libstdcxx-time</userinput></screen>
+    --with-local-prefix=/tools --enable-long-long --enable-c99 \
+    --enable-shared --enable-threads=posix --disable-nls --enable-__cxa_atexit \
+    --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib \
+    --with-native-system-header-dir=/tools/include --enable-checking=release \
+    --enable-libstdcxx-time</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>

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

Summary of changes:
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/temp-system/64/gcc.xml            |   10 +++++-----
 BOOK/temp-system/common/gcc.xml        |   11 +++++------
 BOOK/temp-system/mips64-64/gcc.xml     |    8 ++++----
 BOOK/temp-system/multilib/gcc.xml      |   11 +++++------
 BOOK/temp-system/ppc64-64/gcc.xml      |   10 +++++-----
 6 files changed, 28 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list