summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv/ccenv.sh
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:59 +0000
commit97215037495732e2199c80eaed46906de45a3851 (patch)
tree0a95bd39fc4e238a0bce6005a236c6eff47955be /sofort/ccenv/ccenv.sh
parent45979fb7ccc53f3a7b128170d891ebc461b1c7f8 (diff)
downloaddalist-97215037495732e2199c80eaed46906de45a3851.tar.bz2
dalist-97215037495732e2199c80eaed46906de45a3851.tar.xz
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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"
}