[Buildroot] [PATCH] directfb: disable for sparc

Peter Korsgaard peter at korsgaard.com
Fri Dec 4 20:31:27 UTC 2015


>>>>> "Waldemar" == Waldemar Brodkorb <wbx at openadk.org> writes:

 > Requires atomic operations.
 > Fixes following autobuild failure:
 > http://autobuild.buildroot.net/results/8205100c166659c47daff66b1e63edc82eeb7930/

 > Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
 > ---
 >  package/directfb/Config.in |    1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/directfb/Config.in b/package/directfb/Config.in
 > index 8c13d30..d9008a4 100644
 > --- a/package/directfb/Config.in
 > +++ b/package/directfb/Config.in
 > @@ -4,6 +4,7 @@ config BR2_PACKAGE_DIRECTFB
 >  	depends on BR2_INSTALL_LIBSTDCPP
 >  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
 >  	depends on !BR2_TOOLCHAIN_USES_MUSL # sigval_t issue
 > +	depends on !BR2_sparc # needs atomic operation __sync_fetch_and_add

You forgot to hide the toolchain comment on sparc. Committed with that
fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list