Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Sun, 22 Dec 2019 22:04:22
Message-Id: 1577052240.44cbd70e68f919b61d7a430ddf0ce6362c66f394.slyfox@gentoo
1 commit: 44cbd70e68f919b61d7a430ddf0ce6362c66f394
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 22:04:00 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 22:04:00 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=44cbd70e
7
8 crossdev: clarify ABIs to be target ABIs
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 crossdev | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/crossdev b/crossdev
16 index 864fd1b..cec8170 100755
17 --- a/crossdev
18 +++ b/crossdev
19 @@ -941,7 +941,7 @@ einfo "Target System: ${CTARGET}"
20 einfo "Stage: ${STAGE} (${STAGE_DISP[${STAGE}]})"
21 einfo "USE=multilib: ${MULTILIB_USE}"
22 [[ ${DEFAULT_ABI} != "${MULTILIB_ABIS}" ]] && def_out=" (default: ${DEFAULT_ABI})" || def_out=
23 -einfo "ABIs: ${MULTILIB_ABIS}${def_out}"
24 +einfo "Target ABIs: ${MULTILIB_ABIS}${def_out}"
25 echo
26 ex_fast || {
27 is_s0 && {