[oe-commits] Khem Raj : gcc-4.7: Disable cloog and ppl

git at git.openembedded.org git at git.openembedded.org
Thu Apr 26 14:08:25 UTC 2012


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

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

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 <raj.khem at gmail.com>

---

 meta/recipes-devtools/gcc/gcc-4.7.inc |    2 ++
 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 5b58d8c..3956084 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 \





More information about the Openembedded-commits mailing list