diff options
author | 2019-12-22 21:53:56 +0000 | |
---|---|---|
committer | 2019-12-22 21:58:42 +0000 | |
commit | 33d38029e82142d5d6c911a7a2792a48d4737ff3 (patch) | |
tree | de775a476a1c257689585ccff221b2d4b7dde3c8 /crossdev | |
parent | crossdev: drop Sony Playstation 2 aliases (ee, dvp, iop) (diff) | |
download | crossdev-33d38029e82142d5d6c911a7a2792a48d4737ff3.tar.gz crossdev-33d38029e82142d5d6c911a7a2792a48d4737ff3.tar.bz2 crossdev-33d38029e82142d5d6c911a7a2792a48d4737ff3.zip |
crossdev: explicitly document HCHOST as a sourced variable
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'crossdev')
-rwxr-xr-x | crossdev | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -681,6 +681,7 @@ EOPTS= UOPTS= TARCH= HARCH= +HCHOST= CTARGET= MULTILIB_ABIS="default" MULTILIB_USE="" @@ -934,6 +935,7 @@ info() { hr - einfo "crossdev version: ${CROSSDEV_VER}" einfo "Host Portage ARCH: ${HARCH}" +einfo "Host Portage System: ${HCHOST}" einfo "Target Portage ARCH: ${TARCH}" einfo "Target System: ${CTARGET}" einfo "Stage: ${STAGE} (${STAGE_DISP[${STAGE}]})" |