diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 10:13:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 10:13:17 +0100 |
commit | a148dc783ade72fb93f1d5021a99de176ebd7502 (patch) | |
tree | 6e5a9b069e227958d312e3ded13a3b5bed924360 /sys-boot/elilo | |
parent | dev-python/numpydoc: Keyword 0.9.2 ppc64, #721130 (diff) | |
download | gentoo-a148dc783ade72fb93f1d5021a99de176ebd7502.tar.gz gentoo-a148dc783ade72fb93f1d5021a99de176ebd7502.tar.bz2 gentoo-a148dc783ade72fb93f1d5021a99de176ebd7502.zip |
sys-boot/elilo: respect user's OBJCOPY
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-boot/elilo')
-rw-r--r-- | sys-boot/elilo/elilo-3.16-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/elilo/elilo-3.16-r3.ebuild b/sys-boot/elilo/elilo-3.16-r3.ebuild index de13af20f9a2..e9dc2ce50c70 100644 --- a/sys-boot/elilo/elilo-3.16-r3.ebuild +++ b/sys-boot/elilo/elilo-3.16-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,7 @@ src_compile() { AS="$(tc-getAS)" \ CC="$(tc-getCC)" \ LD="$(tc-getLD)" \ + OBJCOPY="$(tc-getOBJCOPY)" \ HOSTARCH=${iarch} \ ARCH=${iarch} \ EFIINC="${SYSROOT}${EPREFIX}/usr/include/efi" \ |