summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-03 20:06:00 +0000
committermidipix <writeonce@midipix.org>2020-01-03 20:06:58 +0000
commit1bf278118c5ae01a4a8158c75f1867a5b9a149e1 (patch)
tree42fa7cc2ddd71f82d238418c30084960ced15492 /sofort/ccenv
parent6c31f4b6c14a3f93e71e898e4a88cedf930b415d (diff)
downloadbcparser-1bf278118c5ae01a4a8158c75f1867a5b9a149e1.tar.bz2
bcparser-1bf278118c5ae01a4a8158c75f1867a5b9a149e1.tar.xz
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 37a3cf4..ee63ec2 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -556,7 +556,7 @@ ccenv_set_cxx()
ccenv_set_cc_host()
{
- ccenv_attr_prolog 'name'
+ ccenv_attr_prolog 'system'
ccenv_cc_host="$ccenv_cchost"
ccenv_attr_epilog "$ccenv_cc_host"
}