]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-4.6: explicitly disable ppl
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 4 May 2012 13:09:44 +0000 (15:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 May 2012 14:48:37 +0000 (15:48 +0100)
* Fixes the following error after a system library upgrade
| .../mipsel-oe-linux/4.6.4/cc1: error while loading shared libraries: libppl.so.10: cannot open shared object file: No such file or directory

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 dbed4f4f4d8c308d1a03e007af54a72af1c0c21c..e867f2c670729d434938ff4991bc0f79adc4486b 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r25"
+PR = "r26"
 
 # 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,6 +93,7 @@ EXTRA_OECONF_BASE = " --enable-lto \
                        --disable-libmudflap \
                        --with-system-zlib \
                        --with-linker-hash-style=${LINKER_HASH_STYLE} \
+                       --without-ppl \
                        --enable-cheaders=c_global "
 
 EXTRA_OECONF_INITIAL = "--disable-libmudflap \