summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-22 16:08:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-30 11:37:26 +0100
commit529173ab4a2b4d58a2ff2087ae5b0b1a432d0d79 (patch)
tree13112681b8e835f8146e7093016eebc6851edbc7 /meta/recipes-devtools/gcc
parent4155ed41d81d0b2072665aea968b3fd559fc3358 (diff)
downloadpoky-529173ab4a2b4d58a2ff2087ae5b0b1a432d0d79.tar.gz
gcc-4.7: Disable cloog and ppl
If build system has those libraries installed gcc configure will pick them up. We want consistent builds so we disable them since we do not (yet) support them (From OE-Core rev: 523df15bcc21e1749771cca757613f3520243b8e) 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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 5b58d8cfc9..3956084062 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -79,6 +79,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
79 --disable-libmudflap \ 79 --disable-libmudflap \
80 --with-system-zlib \ 80 --with-system-zlib \
81 --with-linker-hash-style=${LINKER_HASH_STYLE} \ 81 --with-linker-hash-style=${LINKER_HASH_STYLE} \
82 --with-ppl=no \
83 --with-cloog=no \
82 --enable-cheaders=c_global " 84 --enable-cheaders=c_global "
83 85
84EXTRA_OECONF_INITIAL = "--disable-libmudflap \ 86EXTRA_OECONF_INITIAL = "--disable-libmudflap \