[Buildroot] [PATCH] kmsxx: not available on m68k

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Feb 13 12:29:25 UTC 2017


Hello,

On Mon, 13 Feb 2017 10:35:02 +0100, Peter Korsgaard wrote:

> diff --git a/package/kmsxx/Config.in b/package/kmsxx/Config.in
> index 1d174c18b..3750897bb 100644
> --- a/package/kmsxx/Config.in
> +++ b/package/kmsxx/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_KMSXX
>  	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
> +	depends on !BR2_m68k # gcc ice

As usual, I really prefer if we report the bug to gcc upstream, and
then do a depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_xyz. Otherwise, it's
really tricky to keep track of when this or that issue gets resolved
and when we can re-enable m68k.

CC'ing Waldemar on this.

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



More information about the buildroot mailing list