summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-22 16:15:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-30 11:37:26 +0100
commit79a5da9eda6496f17d1b92c8e2736a3ba4cc33b0 (patch)
tree066c39be5fdc3d1c453834a802a265b5a555be87 /meta/recipes-devtools/gcc
parent529173ab4a2b4d58a2ff2087ae5b0b1a432d0d79 (diff)
downloadpoky-79a5da9eda6496f17d1b92c8e2736a3ba4cc33b0.tar.gz
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 (From OE-Core rev: a84c097cc7c52a856601e546880440d9375b0e30) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
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 3956084062..7cfc388b78 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 \
81 --with-linker-hash-style=${LINKER_HASH_STYLE} \ 81 --with-linker-hash-style=${LINKER_HASH_STYLE} \
82 --with-ppl=no \ 82 --with-ppl=no \
83 --with-cloog=no \ 83 --with-cloog=no \
84 --enable-checking=release \
84 --enable-cheaders=c_global " 85 --enable-cheaders=c_global "
85 86
86EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 87EXTRA_OECONF_INITIAL = "--disable-libmudflap \