diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-08-24 21:07:48 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-08-24 21:16:32 -0700 |
commit | 6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32 (patch) | |
tree | f82e2ef43449cf919ca158dc2ca9ef6e9ebc9b3b /dev-embedded/u-boot-tools | |
parent | net-fs/autofs: Drop old versions (diff) | |
download | gentoo-6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32.tar.gz gentoo-6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32.tar.bz2 gentoo-6e37b75cdbb0f621e6c919db6cb0a40bb57ddd32.zip |
dev-embedded/u-boot-tools: use tools-only defconfig
We already use make tools-only build target
But to buld tools-only on arches other than x86 or arm we need to
configure with tools-only_defconfig as well, as plain defconfig tries to
build everything on other arches.
This change does not change what gets built, just allows to add more
arches to ebuild, hence no revbump as no rebuild required.
X-url: https://github.com/u-boot/u-boot/commit/80870e2a664e277df0b6c0604bc4c5591aebde67
Reported-by: Shawn Anastasio <shawn@anastas.io>
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-embedded/u-boot-tools')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild index ef93a0051969..fa4a3233b98c 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2019.01.ebuild @@ -31,7 +31,7 @@ src_compile() { HOSTCC="$(tc-getCC)" \ HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \ HOSTLDFLAGS="${LDFLAGS}" \ - defconfig + tools-only_defconfig emake \ V=1 \ |