]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-4.7: Disable cloog and ppl
authorKhem Raj <raj.khem@gmail.com>
Thu, 22 Mar 2012 23:08:03 +0000 (16:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 13:48:50 +0000 (14:48 +0100)
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@gmail.com>
meta/recipes-devtools/gcc/gcc-4.7.inc

index 5b58d8cfc93034b41c48968fa00e47ec44268e47..395608406217b1336fbe411a8ceec4b5117ec0cd 100644 (file)
@@ -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 \