diff options
author | 2020-06-12 19:03:46 +0100 | |
---|---|---|
committer | 2020-06-12 19:04:01 +0100 | |
commit | a8b2ba462dc5492064b1a40c25a0de7fc0710a5b (patch) | |
tree | e9910abd26b64c3707f8a91347235ee2a11d1069 /app-emulation/qemu/qemu-5.0.0.ebuild | |
parent | dev-lang/rust: more cross triple fixes (diff) | |
download | gentoo-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/qemu/qemu-5.0.0.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-5.0.0.ebuild b/app-emulation/qemu/qemu-5.0.0.ebuild index 1b8e7ee1132..db4f361eae9 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 |