c5618c build system: ccenv_set_{host|native}_variables: added annotations.

Authored and Committed by midipix 5 years ago
    build system: ccenv_set_{host|native}_variables: added annotations.
    
        
file modified
+2 -2
sofort/ccenv/ccenv.sh CHANGED
@@ -1309,7 +1309,7 @@ ccenv_set_toolchain_variables()
1309
1309
ccenv_set_host_variables()
1310
1310
{
1311
1311
output_script_status ${mb_script} \
1312
- 'detect and query host toolchain'
1312
+ 'detect and query host (targeted) system'
1313
1313
1314
1314
ccenv_set_toolchain_variables 'host'
1315
1315
ccenv_dso_verify
@@ -1318,7 +1318,7 @@ ccenv_set_host_variables()
1318
1318
ccenv_set_native_variables()
1319
1319
{
1320
1320
output_script_status ${mb_script} \
1321
- 'detect and query native toolchain'
1321
+ 'detect and query native (local build) system'
1322
1322
1323
1323
if [ _$mb_ccenv_skip_native != _yes ]; then
1324
1324
ccenv_set_toolchain_variables 'native'