[Buildroot] [PATCH] gmp: disable for MIPS R6

Vicente Olivert Riera Vincent.Riera at imgtec.com
Tue Nov 24 13:32:28 UTC 2015


Dear Gustavo Zacarias,

On 24/11/15 13:02, Gustavo Zacarias wrote:
> On 24/11/15 09:41, Vicente Olivert Riera wrote:
> 
>> gmplib is not yet supported for MIPS R6, so disable it and also
>> propagate that dependency recursively to all packages who select it.
>>
>> Fixes:
>>
>>   
>> http://autobuild.buildroot.net/results/d06/d0686b3e7b8884f93034d4ea4b79fa8590ffa221/
>>
> 
> Hi.
> How about in package/gmp.mk:
> 
> ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
> GMP_CONF_OPTS += --disable-assembly
> endif
> 
> (assuming it's the same for 64r6).
> Sounds happier no? ;)

I'm not an expert of gmplib and had no idea about that option. If it
works, then it would be awesome. I'll try it.

Thanks!

Regards,

Vincent.

> Regards.



More information about the buildroot mailing list