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

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Nov 24 13:51:08 UTC 2015


On 24/11/15 10:41, Thomas Petazzoni wrote:

>> Hi.
>> How about in package/gmp.mk:
>>
>> ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
>> GMP_CONF_OPTS += --disable-assembly
>> endif
>
> If this works, sounds a *lot* better than duplicating the !mipsr6
> dependency to zillions of packages.
>
> Vicente ?
>
> Thomas

Hi.
Already sent a patch and build-tested for both 32r6 & 64r6.
That codepath is used for architectures that don't have 
assembly-optimized routines, so it's pretty safe. Slower of course, but 
better than nothing.
Regards.


More information about the buildroot mailing list