diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-05-04 15:09:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-04 16:44:59 +0100 |
commit | 97911d39319ad7729cc459ab3151cd834fc3d7e1 (patch) | |
tree | 49e96823b6932084f6828a09b78d6eeae77b5f11 /meta/recipes-devtools | |
parent | 3fd5d4db3b93bccf90b5914076df185d2ebbe371 (diff) | |
download | poky-97911d39319ad7729cc459ab3151cd834fc3d7e1.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
(From OE-Core rev: 2c0fb8265d4876db537850f4b20c898dde3a0f4c)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 dbed4f4f4d..e867f2c670 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r25" | 3 | PR = "r26" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
@@ -93,6 +93,7 @@ EXTRA_OECONF_BASE = " --enable-lto \ | |||
93 | --disable-libmudflap \ | 93 | --disable-libmudflap \ |
94 | --with-system-zlib \ | 94 | --with-system-zlib \ |
95 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ | 95 | --with-linker-hash-style=${LINKER_HASH_STYLE} \ |
96 | --without-ppl \ | ||
96 | --enable-cheaders=c_global " | 97 | --enable-cheaders=c_global " |
97 | 98 | ||
98 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ | 99 | EXTRA_OECONF_INITIAL = "--disable-libmudflap \ |