aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-05-04 13:19:16 +0200
committerAndreas Oberritter <obi@opendreambox.org>2012-05-10 22:05:58 +0200
commit41c3fee44b58be6915907f45f9928c4668c4894f (patch)
tree8558296190ed69c0fad5050aebf68708561a01b6
parent02bb855e7fd304695074889981479e965516b7b4 (diff)
downloadopenembedded-core-contrib-41c3fee44b58be6915907f45f9928c4668c4894f.tar.gz
gcc-4.6: explicitly disable ppl
* 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>
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index 020e21b071..74843ae046 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -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 \