[OE-core] [PATCH] go: Remove mips32r2 from mips

Khem Raj raj.khem at gmail.com
Thu Mar 16 22:16:19 UTC 2017


On Thu, Mar 16, 2017 at 2:54 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
> On Thu, Mar 16, 2017 at 2:42 PM, Khem Raj <raj.khem at gmail.com> wrote:
>> mips32r1 is only one supported for mips32
>>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>>  meta/recipes-devtools/go/go_1.8.bb | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-devtools/go/go_1.8.bb b/meta/recipes-devtools/go/go_1.8.bb
>> index e7a6ab277e..091b1318af 100644
>> --- a/meta/recipes-devtools/go/go_1.8.bb
>> +++ b/meta/recipes-devtools/go/go_1.8.bb
>> @@ -1,2 +1,3 @@
>>  require go-${PV}.inc
>>  require go.inc
>> +TUNE_CCARGS_remove = "-march=mips32r2"
>
> Do you need to add "-march=mips32" ? Or do the go Makefiles etc
> provide that by default?
>

thats passed by default.

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



More information about the Openembedded-core mailing list