From: Adrian Perez de Castro <aperez@igalia.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/1] Fix for packages which use CMAKE_SYSTEM_PROCESSOR_ARM_VARIANT and target is ARMv8
Date: Wed, 5 Jul 2017 22:08:39 +0300 [thread overview]
Message-ID: <20170705190840.22469-1-aperez@igalia.com> (raw)
Hello again,
Earlier today I sent a patch to update WebKitGTK+ to version 2.16.5, which
I tested by building for the RPi3 with a configuration which was incorrectly
using ARMv6 as target. Then later I noticed the mistake and switched over to
use ARMv8 as target, but then WebKitGTK+ wouldn't build and CMake would stop
with the following error:
[...]
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:87 (message):
Unknown CPU 'l'
Applying this patch to pkg-cmake.mk fixes the issue above, which I suspect
might affect other packages as well.
Cheers,
Adrian Perez de Castro (1):
pkg-cmake.mk: Set CMAKE_SYSTEM_PROCESSOR_ARM_VARIANT for ARMv8
package/pkg-cmake.mk | 2 ++
1 file changed, 2 insertions(+)
--
2.13.2
next reply other threads:[~2017-07-05 19:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-05 19:08 Adrian Perez de Castro [this message]
2017-07-05 19:08 ` [Buildroot] [PATCH 1/1] pkg-cmake.mk: Set CMAKE_SYSTEM_PROCESSOR_ARM_VARIANT for ARMv8 Adrian Perez de Castro
2017-07-05 20:23 ` Arnout Vandecappelle
2017-07-06 9:14 ` Adrian Perez de Castro
2017-07-06 21:24 ` Thomas Petazzoni
2017-07-06 21:27 ` 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=20170705190840.22469-1-aperez@igalia.com \
--to=aperez@igalia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.