[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-191-gfece632

git git at cross-lfs.org
Tue Jul 30 22:54:18 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  fece63226cb29a4cfa75b8ac6b9bde3fbbc376ea (commit)
      from  3c54c0a773e1d0a68bef052f24db1c74a4751d1c (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 fece63226cb29a4cfa75b8ac6b9bde3fbbc376ea
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Jul 31 00:54:13 2013 -0500

    Update mips64-64 cross-tools gcc configure options.

diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index 0ce2dec..7227481 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -53,12 +53,17 @@
 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
-  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
-  --enable-shared --disable-static --enable-languages=c,c++ \
-  --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \
-  --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \
-  --enable-long-long --enable-threads=posix --with-abi=64\
-  --disable-multilib --enable-cloog-backend=isl</userinput></screen>
+  --with-sysroot=${CLFS} --with-local-prefix=/tools \
+  --with-native-system-header-dir=/tools/include --disable-nls \
+  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
+  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
+  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
+  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
+  --disable-libatomic --disable-libitm --disable-libsanitizer \
+  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
+  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
+  --enable-languages=c --enable-checking=release --with-abi=64
+  </userinput></screen>
 
     <variablelist os="bg">
       <title>The meaning of the new configure options:</title>
diff --git a/BOOK/cross-tools/mips64-64/gcc-static.xml b/BOOK/cross-tools/mips64-64/gcc-static.xml
index 4743597..0982b90 100644
--- a/BOOK/cross-tools/mips64-64/gcc-static.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-static.xml
@@ -62,13 +62,14 @@
 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
-  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
-  --disable-shared --with-mpfr=/cross-tools \
-  --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
-  --without-headers --with-newlib --disable-decimal-float \
-  --disable-libgomp --disable-libmudflap --disable-libssp \
-  --disable-threads --enable-languages=c --with-abi=64\
-  --disable-multilib --enable-cloog-backend=isl</userinput></screen>
+  --with-sysroot=${CLFS} --with-local-prefix=/tools \
+  --with-native-system-header-dir=/tools/include --disable-nls \
+  --enable-shared --disable-static --enable-languages=c,c++ \
+  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
+  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
+  --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \
+  --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
+  --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc-static.xml"

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

Summary of changes:
 BOOK/cross-tools/mips64-64/gcc-final.xml  |   17 +++++++++++------
 BOOK/cross-tools/mips64-64/gcc-static.xml |   15 ++++++++-------
 2 files changed, 19 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list