[oe-commits] Khem Raj : gcc-4.7: Lower the internal consistency check level to release

git at git.openembedded.org git at git.openembedded.org
Mon Apr 30 10:42:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a84c097cc7c52a856601e546880440d9375b0e30
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a84c097cc7c52a856601e546880440d9375b0e30

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Mar 22 16:15:50 2012 -0700

gcc-4.7: Lower the internal consistency check level to release

This should help in speeding up compilation at the expense
of a bit less info when gcc ICEs but we dont get many gcc
ICEs and therefore using --enable-checking=release is
right balance

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/recipes-devtools/gcc/gcc-4.7.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 3956084..7cfc388 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -81,6 +81,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
 			--with-linker-hash-style=${LINKER_HASH_STYLE} \
 			--with-ppl=no \
 			--with-cloog=no \
+			--enable-checking=release \
 			--enable-cheaders=c_global "
 
 EXTRA_OECONF_INITIAL = "--disable-libmudflap \





More information about the Openembedded-commits mailing list