summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-03 05:27:51 +0000
committermidipix <writeonce@midipix.org>2020-01-03 05:30:26 +0000
commit56d953d36546f04357bb8ba0eff9fa82f5c11e86 (patch)
treeb84cb93d074a6d830fddb05702e1a53fef526fd8
parentcd6057a4ac41355860a5f76e2075b4d55677d71a (diff)
downloadbfirm-56d953d36546f04357bb8ba0eff9fa82f5c11e86.tar.bz2
bfirm-56d953d36546f04357bb8ba0eff9fa82f5c11e86.tar.xz
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
-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 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()