From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 311AE138334 for ; Sun, 22 Dec 2019 22:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7A0E080E; Sun, 22 Dec 2019 22:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50027E080E for ; Sun, 22 Dec 2019 22:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D519134DA98 for ; Sun, 22 Dec 2019 22:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870D617615 for ; Sun, 22 Dec 2019 22:04:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1577052240.44cbd70e68f919b61d7a430ddf0ce6362c66f394.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 44cbd70e68f919b61d7a430ddf0ce6362c66f394 X-VCS-Branch: master Date: Sun, 22 Dec 2019 22:04:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 332c8934-5dd4-4c67-b047-5e03cf8d51cf X-Archives-Hash: fbbf0b2f97ebabe353e7544d0ae898f9 commit: 44cbd70e68f919b61d7a430ddf0ce6362c66f394 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 22 22:04:00 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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 && {