[{"id":1799321,"web_url":"http://patchwork.ozlabs.org/comment/1799321/","msgid":"<e03d8db3-8eb4-8190-722c-07bb250a0576@mind.be>","list_archive_url":null,"date":"2017-11-05T16:01:33","subject":"Re: [Buildroot] [PATCH 4/4] qt5webengine: only available on\n\tx86(-64) hosts","submitter":{"id":11809,"url":"http://patchwork.ozlabs.org/api/people/11809/","name":"Arnout Vandecappelle","email":"arnout@mind.be"},"content":"On 02-11-17 11:45, Peter Korsgaard wrote:\n> The -m32 compiler flag is used for 32bit builds and the host tools have\n> limited architecture support, so limit to x86(-64) hosts.\n\n Same story here: there are combinations that should work, e.g. building for\nx86_64 target on an aarch64 host. However, it's equally likely to break, and the\nConfig.in expressions would be quite complicated to allow it. So I've applied\nafter extending the commit message a little.\n\n Regards,\n Arnout\n\n> \n> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>\n> ---\n>  package/qt5/qt5webengine/Config.in | 3 +++\n>  1 file changed, 3 insertions(+)\n> \n> diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in\n> index 6b68d1b2a8..d40b58062e 100644\n> --- a/package/qt5/qt5webengine/Config.in\n> +++ b/package/qt5/qt5webengine/Config.in\n> @@ -3,6 +3,9 @@ config BR2_PACKAGE_QT5WEBENGINE_ARCH_SUPPORTS\n>  \tdefault y if BR2_aarch64 || BR2_arm || \\\n>  \t\tBR2_i386 || BR2_x86_64 || \\\n>  \t\tBR2_mips || BR2_mips64\n> +\t# -m32 flag is used for 32bit builds and host tools have\n> +\t# limited architecture support\n> +\tdepends on BR2_HOSTARCH = \"x86_64\" || BR2_HOSTARCH = \"x86\"\n>  \tdepends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative\n>  \tdepends on !BR2_BINFMT_FLAT # qt5base-icu\n>  \tdepends on BR2_USE_MMU # libglib2, qt5base-dbus\n>","headers":{"Return-Path":"<buildroot-bounces@busybox.net>","X-Original-To":["incoming@patchwork.ozlabs.org","buildroot@lists.busybox.net"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","buildroot@osuosl.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=busybox.net\n\t(client-ip=140.211.166.136; helo=silver.osuosl.org;\n\tenvelope-from=buildroot-bounces@busybox.net;\n\treceiver=<UNKNOWN>)","Received":["from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3yVL6G24W5z9t1G\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon,  6 Nov 2017 03:01:42 +1100 (AEDT)","from localhost (localhost [127.0.0.1])\n\tby silver.osuosl.org (Postfix) with ESMTP id 2A7BC2E586;\n\tSun,  5 Nov 2017 16:01:40 +0000 (UTC)","from silver.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id CIhsTZiNI869; Sun,  5 Nov 2017 16:01:39 +0000 (UTC)","from ash.osuosl.org (ash.osuosl.org [140.211.166.34])\n\tby silver.osuosl.org (Postfix) with ESMTP id 0B52F2DB38;\n\tSun,  5 Nov 2017 16:01:39 +0000 (UTC)","from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])\n\tby ash.osuosl.org (Postfix) with ESMTP id BBF261C1EA1\n\tfor <buildroot@lists.busybox.net>;\n\tSun,  5 Nov 2017 16:01:37 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n\tby whitealder.osuosl.org (Postfix) with ESMTP id ABA9788F13\n\tfor <buildroot@lists.busybox.net>;\n\tSun,  5 Nov 2017 16:01:37 +0000 (UTC)","from whitealder.osuosl.org ([127.0.0.1])\n\tby localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)\n\twith ESMTP id nlfK8UaY2wx9 for <buildroot@lists.busybox.net>;\n\tSun,  5 Nov 2017 16:01:36 +0000 (UTC)","from exchange.essensium.com (220.77.144.195.ipv4.evonet.be\n\t[195.144.77.220])\n\tby whitealder.osuosl.org (Postfix) with ESMTP id 2A87F88F11\n\tfor <buildroot@buildroot.org>; Sun,  5 Nov 2017 16:01:36 +0000 (UTC)","from [10.8.0.14] (10.3.7.11) by beleexch01.local.ess-mail.com\n\t(10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32;\n\tSun, 5 Nov 2017 17:01:35 +0100"],"X-Virus-Scanned":["amavisd-new at osuosl.org","amavisd-new at osuosl.org"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","To":"Peter Korsgaard <peter@korsgaard.com>, <buildroot@buildroot.org>","References":"<20171102104520.29257-1-peter@korsgaard.com>\n\t<20171102104520.29257-5-peter@korsgaard.com>","From":"Arnout Vandecappelle <arnout@mind.be>","Organization":"Essensium/Mind","Message-ID":"<e03d8db3-8eb4-8190-722c-07bb250a0576@mind.be>","Date":"Sun, 5 Nov 2017 17:01:33 +0100","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.4.0","MIME-Version":"1.0","In-Reply-To":"<20171102104520.29257-5-peter@korsgaard.com>","Content-Language":"en-GB","X-Originating-IP":"[10.3.7.11]","X-ClientProxiedBy":"beleexch01.local.ess-mail.com (10.3.7.8) To\n\tbeleexch01.local.ess-mail.com (10.3.7.8)","Subject":"Re: [Buildroot] [PATCH 4/4] qt5webengine: only available on\n\tx86(-64) hosts","X-BeenThere":"buildroot@busybox.net","X-Mailman-Version":"2.1.24","Precedence":"list","List-Id":"Discussion and development of buildroot <buildroot.busybox.net>","List-Unsubscribe":"<http://lists.busybox.net/mailman/options/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=unsubscribe>","List-Archive":"<http://lists.busybox.net/pipermail/buildroot/>","List-Post":"<mailto:buildroot@busybox.net>","List-Help":"<mailto:buildroot-request@busybox.net?subject=help>","List-Subscribe":"<http://lists.busybox.net/mailman/listinfo/buildroot>,\n\t<mailto:buildroot-request@busybox.net?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"buildroot-bounces@busybox.net","Sender":"\"buildroot\" <buildroot-bounces@busybox.net>"}}]