aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-20 19:24:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-20 19:24:31 +0200
commit3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761 (patch)
tree41e446c59062cf7363aaa891d03f25c9b0d1a3f3 /profiles
parentprofiles: Disable advanced portage features to make qemu work (diff)
downloadriscv-3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761.tar.gz
riscv-3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761.tar.bz2
riscv-3a1a8ec1c97dfb5e5c2d8f8e048e96eb1297f761.zip
profiles: Also accept amd64 keywords for now
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/riscv/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/riscv/make.defaults b/profiles/arch/riscv/make.defaults
index f7ee72c..9a66fed 100644
--- a/profiles/arch/riscv/make.defaults
+++ b/profiles/arch/riscv/make.defaults
@@ -4,7 +4,7 @@
# Main RISC-V profile
ARCH="riscv"
-ACCEPT_KEYWORDS="riscv ~riscv"
+ACCEPT_KEYWORDS="amd64 ~amd64 riscv ~riscv"
CHOST="riscv64-unknown-linux-gnu"