[OE-core] [PATCH] gcc-4.6: Fix packaging of native toolchains

Khem Raj raj.khem at gmail.com
Mon Jul 25 18:00:10 UTC 2011


On Mon, Jul 25, 2011 at 5:25 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
>
> Op 22 jul. 2011, om 15:57 heeft Kumar Gala het volgende geschreven:
>
>> The base gcc package is missing liblto_plugin.so.  If we try a simple
>> hello world compile we get something like:
>>
>> root at p5020-ds:~# gcc hello.c
>> gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found
>> compilation terminated.
>>
>> We need to include liblto_plugin.so in the base gcc package and not
>> gcc-dev.
>>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>> meta/recipes-devtools/gcc/gcc-4.6.inc            |    2 +-
>> meta/recipes-devtools/gcc/gcc-package-target.inc |    1 +
>> 2 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 a724594..4c1e1e1 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 = "r1"
>> +PR = "r2"
>
> Doesn't this need a PR bump in gcc-4.5 as well?

yes indeed it does


> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>




More information about the Openembedded-core mailing list