summaryrefslogtreecommitdiffhomepage
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
commit40017fb064e9a909526df6202ceb952045b97c4b (patch)
tree9b504a311089426b9d0b7f945a487b8e16bcab72
parente42464dd66a144f8674e86f2d23f3bd7a7259feb (diff)
downloadmdso-40017fb064e9a909526df6202ceb952045b97c4b.tar.bz2
mdso-40017fb064e9a909526df6202ceb952045b97c4b.tar.xz
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
-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"
}