commit: 44cbd70e68f919b61d7a430ddf0ce6362c66f394
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 22:04:00 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 22:04:00 2019 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=44cbd70e
crossdev: clarify ABIs to be target ABIs
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
crossdev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crossdev b/crossdev
index 864fd1b..cec8170 100755
--- a/crossdev
+++ b/crossdev
@@ -941,7 +941,7 @@ 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}"
+einfo "Target ABIs: ${MULTILIB_ABIS}${def_out}"
echo
ex_fast || {
is_s0 && {