From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] qt5webkit: fix build issue with 32-bits armv8-a
Date: Fri, 2 Mar 2018 14:23:01 +0100 [thread overview]
Message-ID: <20180302142301.513bb769@windsurf.lan> (raw)
In-Reply-To: <20180302115853.4181-1-gael.portay@savoirfairelinux.com>
Hello,
On Fri, 2 Mar 2018 06:58:53 -0500, Ga?l PORTAY wrote:
> Adds WTF platform support for the 32-bits armv8-a architectures.
>
> Fixes:
>
> In file included from ./config.h:30:0,
> from ...
> ./wtf/Platform.h:323:6: error: #error "Not supported ARM
> architecture"
> # error "Not supported ARM architecture"
> ^~~~~
>
> The patch is an adaptation of an upstream fix in version 5.212 of
> qtwebkit[1].
>
> Unfortunately, the commit cannot be backported and has to be fixed since
> the toolchain does not define __ARM_ARCH_8__ but __ARM_ARCH_8A__.
Do you know why we have this difference between __ARM_ARCH_8__ and
__ARM_ARCH_8A__ ?
> diff --git a/package/qt5/qt5webkit/5.6.3/0005-Detect-32-bits-armv8-a-architecture.patch b/package/qt5/qt5webkit/5.6.3/0005-Detect-32-bits-armv8-a-architecture.patch
> new file mode 100644
> index 0000000000..1cb655c078
> --- /dev/null
> +++ b/package/qt5/qt5webkit/5.6.3/0005-Detect-32-bits-armv8-a-architecture.patch
> @@ -0,0 +1,48 @@
> +From 068bf2d2d91382ea0d8ec24a142a30ea429704db Mon Sep 17 00:00:00 2001
> +From: =?utf-8?q?Ga=C3=ABl=20PORTAY?= <gael.portay@savoirfairelinux.com>
> +Date: Tue, 15 Aug 2017 18:28:49 -0400
> +Subject: [PATCH 1/1] Detect 32-bits armv8-a architecture
Nit: generate your patch with "git format-patch -N" to get rid of the
"1/1" in [PATCH 1/1]. Indeed, this patch is the fifth patch in the
series :)
> +Upstream-Status: Inappropriate
This is not really correct: your patch is a backport from upstream,
with adaptations.
> +Signed-off-by: Ga?l PORTAY <gael.portay@savoirfairelinux.com>
(Both comments also apply to the 5.9.3 patch, of course).
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
next prev parent reply other threads:[~2018-03-02 13:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-02 11:58 [Buildroot] [PATCH v2 1/1] qt5webkit: fix build issue with 32-bits armv8-a Gaël PORTAY
2018-03-02 13:23 ` Thomas Petazzoni [this message]
2018-03-02 16:16 ` Gaël PORTAY
2018-03-02 21:19 ` Adrian Perez de Castro
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=20180302142301.513bb769@windsurf.lan \
--to=thomas.petazzoni@bootlin.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