From 1f560a40ea978c9527b5714bb9757bd3665cad9c Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 3 Jan 2020 20:06:00 +0000 Subject: build system: ccenv_set_cc_host(): describe as host 'system', not 'name'. --- sofort/ccenv/ccenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sofort/ccenv') 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" } -- cgit v1.2.3