commit: 4722cdec3ab449b35283ef6f954c11953d160cc5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 20:45:43 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 20:45:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=4722cdec
crossdev: add USE=mutilib reporting injected for targets
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
crossdev | 1 +
1 file changed, 1 insertion(+)
diff --git a/crossdev b/crossdev
index ae26995..b68f821 100755
--- a/crossdev
+++ b/crossdev
@@ -922,6 +922,7 @@ einfo "Host Portage ARCH: ${HARCH}"
einfo "Target Portage ARCH: ${TARCH}"
einfo "Target System: ${CTARGET}"
einfo "Stage: ${STAGE} (${STAGE_DISP[${STAGE}]})"
+einfo "USE=multilib: ${MULTILIB_USE}"
[[ ${DEFAULT_ABI} != "${MULTILIB_ABIS}" ]] && def_out=" (default:
${DEFAULT_ABI})" || def_out=
einfo "ABIs: ${MULTILIB_ABIS}${def_out}"
echo