Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1] qt5: disable qt-5.8.0 support for arc, nios2 and xtensa
Date: Wed, 22 Feb 2017 09:23:07 +0100	[thread overview]
Message-ID: <20170222092307.22ca917a@free-electrons.com> (raw)
In-Reply-To: <20170221223950.23314-1-ps.report@gmx.net>

Hello,

On Tue, 21 Feb 2017 23:39:50 +0100, Peter Seiderer wrote:

> diff --git a/package/qt5/Config.in b/package/qt5/Config.in
> index 8de248139..1648b1c74 100644
> --- a/package/qt5/Config.in
> +++ b/package/qt5/Config.in
> @@ -39,6 +39,8 @@ config BR2_PACKAGE_QT5_VERSION_LATEST
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
>  	depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11
>  	depends on !BR2_ARM_CPU_ARMV4 # needs ARMv5+
> +	# no built-in double-conversion support
> +	depends on !BR2_arcle && !BR2_arceb && !BR2_nios2 && !BR2_xtensa

	!BR2_arcle && !BR2_arceb

can be simplified to:

	!BR2_arc

See arch/Config.in.arc:

config BR2_arc
        bool
        default y if BR2_arcle || BR2_arceb

Thanks,

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

      reply	other threads:[~2017-02-22  8:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 22:39 [Buildroot] [PATCH v1] qt5: disable qt-5.8.0 support for arc, nios2 and xtensa Peter Seiderer
2017-02-22  8:23 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170222092307.22ca917a@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox