From 56d953d36546f04357bb8ba0eff9fa82f5c11e86 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 03 2020 05:30:26 +0000 Subject: build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings. --- 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()