From 40f447490a48d05ea29619573a5f2480d3b2c2b6 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 3 Jan 2020 05:27:51 +0000 Subject: build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings. --- sofort/ccenv/ccenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 2fe29e6..2c49141 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1269,7 +1269,7 @@ ccenv_set_toolchain_variables() ccenv_output_defs ccenv_clean_up - eval ccenv_${ccenv_cfgtype}_cc="$ccenv_cc" + eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\' } ccenv_set_host_variables() -- cgit v1.2.3