[oe] [meta-oe][PATCH] gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm

Khem Raj raj.khem at gmail.com
Mon Jun 27 20:08:07 UTC 2011


On Mon, Jun 27, 2011 at 1:01 PM, Paul Menzel
<paulepanter at users.sourceforge.net> wrote:
> Am Montag, den 27.06.2011, 12:32 -0700 schrieb Khem Raj:
>> Otherwise it will compile libgcc in thumb mode when thumb
>> mode is selected and libgcc in thumb mode does not work
>> well.
>>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>>  meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc b/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc
>> index 059f441..e5a1fba 100644
>> --- a/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc
>> +++ b/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc
>> @@ -1,3 +1,4 @@
>>  # this will prepend this layer to FILESPATH
>>  FILESEXTRAPATHS := "${THISDIR}/gcc-4.6"
>> -PRINC = "0"
>> +PRINC = "1"
>
> Is that by intention or why is `INC_PR` not used?

yes. PRINC is special in oe-core. Where the real pr will run ahead by
this amount
so say original pr in oe-core is r4 then with the bbappend this will become r5
>
>> +ARM_INSTRUCTION_SET = "arm"
>
>
> Thanks,
>
> Paul
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>




More information about the Openembedded-devel mailing list