[Buildroot] [PATCH v2] package/oprofile: disable for m68k

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Aug 4 22:10:46 UTC 2016


Hello,

On Thu,  4 Aug 2016 23:58:05 +0200, Romain Naour wrote:

>  	# no memory barrier functions
> -	depends on !BR2_xtensa && !BR2_microblaze
> +	depends on !BR2_xtensa && !BR2_microblaze && !BR2_m68k

I was also looking at this, and I think we need to invert the logic.
There's a file in oprofile sources that defines rmb() for a number of
architectures. We should have a BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS that
is set to 'y' only for the architectures that are explicitly supported
by oprofile.

Could you look into this?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list