]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-4.6: disable cloog, change syntax to disable ppl
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 4 May 2012 22:17:57 +0000 (00:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 May 2012 08:54:45 +0000 (09:54 +0100)
* Backported from 523df15bcc21e1749771cca757613f3520243b8e
  as suggested by Khem.

* Original commit message:

  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: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.6.inc

index e867f2c670729d434938ff4991bc0f79adc4486b..65bc65d4969b9a06246bf705de37161f9359b5bf 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r26"
+PR = "r27"
 
 # Third digit in PV should be incremented after a minor release
 # happens from this branch on gcc e.g. currently its 4.6.0
@@ -93,7 +93,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
                        --disable-libmudflap \
                        --with-system-zlib \
                        --with-linker-hash-style=${LINKER_HASH_STYLE} \
-                       --without-ppl \
+                       --with-ppl=no \
+                       --with-cloog=no \
                        --enable-cheaders=c_global "
 
 EXTRA_OECONF_INITIAL = "--disable-libmudflap \