From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] kvm-unit-test: x86-64 variant only available on x86-64 hosts
Date: Thu, 2 Nov 2017 11:45:17 +0100 [thread overview]
Message-ID: <20171102104520.29257-2-peter@korsgaard.com> (raw)
In-Reply-To: <20171102104520.29257-1-peter@korsgaard.com>
We use the host compiler for x86-64 builds, so ensure it is only available
on x86-64 hosts.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/kvm-unit-tests/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kvm-unit-tests/Config.in b/package/kvm-unit-tests/Config.in
index d0d9e2ef96..8b7908eee9 100644
--- a/package/kvm-unit-tests/Config.in
+++ b/package/kvm-unit-tests/Config.in
@@ -15,6 +15,7 @@ config BR2_PACKAGE_KVM_UNIT_TESTS
# x86-64 we use the host gcc (see .mk file for details)
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_5 || !BR2_i386
depends on BR2_HOST_GCC_AT_LEAST_4_5 || !BR2_x86_64
+ depends on BR2_HOSTARCH = "x86_64" || !BR2_x86_64
select BR2_HOSTARCH_NEEDS_IA32_COMPILER if BR2_x86_64=y
help
kvm-unit-tests is a project as old as KVM. As its name
--
2.11.0
next prev parent reply other threads:[~2017-11-02 10:45 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-02 10:45 [Buildroot] [PATCH 0/4] Fix BR2_HOSTARCH_NEEDS_IA32_* autobuilder issues Peter Korsgaard
2017-11-02 10:45 ` Peter Korsgaard [this message]
2017-11-05 15:44 ` [Buildroot] [PATCH 1/4] kvm-unit-test: x86-64 variant only available on x86-64 hosts Arnout Vandecappelle
2017-11-05 19:27 ` Peter Korsgaard
2017-11-05 20:23 ` Arnout Vandecappelle
2017-11-05 20:34 ` Peter Korsgaard
2017-11-26 20:33 ` Peter Korsgaard
2017-11-02 10:45 ` [Buildroot] [PATCH 2/4] ti-gfx: only available on x86(-64) hosts Peter Korsgaard
2017-11-05 16:00 ` Arnout Vandecappelle
2017-11-26 20:19 ` Peter Korsgaard
2017-11-02 10:45 ` [Buildroot] [PATCH 3/4] luajit: " Peter Korsgaard
2017-11-02 11:04 ` Thomas Petazzoni
2017-11-03 12:17 ` Peter Korsgaard
2017-11-05 15:57 ` Arnout Vandecappelle
2017-11-05 19:20 ` Peter Korsgaard
2017-11-26 20:21 ` Peter Korsgaard
2017-11-02 10:45 ` [Buildroot] [PATCH 4/4] qt5webengine: " Peter Korsgaard
2017-11-05 16:01 ` Arnout Vandecappelle
2017-11-02 14:30 ` [Buildroot] [PATCH 0/4] Fix BR2_HOSTARCH_NEEDS_IA32_* autobuilder issues Peter Korsgaard
2017-11-02 15:50 ` Baruch Siach
2017-11-02 22:01 ` Peter Korsgaard
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=20171102104520.29257-2-peter@korsgaard.com \
--to=peter@korsgaard.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