[oe-commits] Andreas Oberritter : gcc-4.6: explicitly disable ppl

git at git.openembedded.org git at git.openembedded.org
Sun May 6 09:15:45 UTC 2012


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri May  4 15:09:44 2012 +0200

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 at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/gcc/gcc-4.6.inc |    3 ++-
 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 dbed4f4..e867f2c 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 \





More information about the Openembedded-commits mailing list