[Buildroot] [PATCH 2/2] package/ltp-testsuite: disable for sparc

Romain Naour romain.naour at gmail.com
Mon May 8 20:31:00 UTC 2017


Hi Thomas,

Le 08/05/2017 à 21:25, Thomas Petazzoni a écrit :
> Hello,
> 
> On Mon,  8 May 2017 21:08:19 +0200, Romain Naour wrote:
> 
>> +	# missing __sync_*() family of functions
>> +	depends on !BR2_sparc
> 
> This is wrong: we have BR2_TOOLCHAIN_HAS_SYNC_xyz symbols for this.
> Sparc is not the only architecture affected.

I was able to build ltp-testsuite with the following config where none of
BR2_TOOLCHAIN_HAS_SYNC_* are set:

BR2_arcle=y
# BR2_ARC_ATOMIC_EXT is not set
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PACKAGE_LTP_TESTSUITE=y

Other architecture are not available due to toolchain dependencies

So It's seems related to sparc.

I tested with test-pkg to discover these two build issues.

Best regards,
Romain

> 
> Thomas
> 



More information about the buildroot mailing list