[Buildroot] [PATCH] package/mono: Disabling for sparc32

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Apr 24 15:23:04 UTC 2016


Hello,

On Sun, 24 Apr 2016 16:16:27 +0200, Angelo Compagnucci wrote:
> Mono cannot be compiled for sparc32 (v8/leon) so disabling it.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci at gmail.com>
> ---
>  package/mono/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

>  	default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
> -		      BR2_mipsel || BR2_powerpc || BR2_sparc || BR2_x86_64)
> +		      BR2_mipsel || BR2_powerpc || BR2_sparc64 || BR2_x86_64)

And you're enabling for sparc64 at the same time, which is not
explained in your commit log.

Also, Waldemar sent a patch one hour before that disables it for SPARC,
without enabling it for SPARC64, because it also doesn't build for
SPARC64.

So I've marked your patch as Rejected in our patch tracking system.

Thanks!

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


More information about the buildroot mailing list