summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-12 19:03:46 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-12 19:04:01 +0100
commita8b2ba462dc5492064b1a40c25a0de7fc0710a5b (patch)
treee9910abd26b64c3707f8a91347235ee2a11d1069 /app-emulation
parentdev-lang/rust: more cross triple fixes (diff)
downloadgentoo-a8b2ba462dc5492064b1a40c25a0de7fc0710a5b.tar.gz
gentoo-a8b2ba462dc5492064b1a40c25a0de7fc0710a5b.tar.bz2
gentoo-a8b2ba462dc5492064b1a40c25a0de7fc0710a5b.zip
app-emulation/qemu: allow user to override AS
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-5.0.0.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild b/app-emulation/qemu/qemu-5.0.0.ebuild
index 1b8e7ee1132e..db4f361eae93 100644
--- a/app-emulation/qemu/qemu-5.0.0.ebuild
+++ b/app-emulation/qemu/qemu-5.0.0.ebuild
@@ -375,7 +375,7 @@ src_prepare() {
default
# Use correct toolchain to fix cross-compiling
- tc-export AR LD NM OBJCOPY PKG_CONFIG RANLIB
+ tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB
export WINDRES=${CHOST}-windres
# Verbose builds
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index ae78e0ad179f..db4f361eae93 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} = *9999* ]]; then
SRC_URI=""
else
SRC_URI="https://download.qemu.org/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
@@ -375,7 +375,7 @@ src_prepare() {
default
# Use correct toolchain to fix cross-compiling
- tc-export AR LD NM OBJCOPY PKG_CONFIG RANLIB
+ tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB
export WINDRES=${CHOST}-windres
# Verbose builds