From: Khem Raj Date: Thu, 22 Mar 2012 23:08:03 +0000 (-0700) Subject: gcc-4.7: Disable cloog and ppl X-Git-Tag: 2015-4~10827 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=523df15bcc21e1749771cca757613f3520243b8e;p=openembedded-core.git 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 Signed-off-by: Khem Raj --- 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 \ --disable-libmudflap \ --with-system-zlib \ --with-linker-hash-style=${LINKER_HASH_STYLE} \ + --with-ppl=no \ + --with-cloog=no \ --enable-cheaders=c_global " EXTRA_OECONF_INITIAL = "--disable-libmudflap \