summaryrefslogtreecommitdiffhomepage
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:27 +0000
commit278d6dccb11220804d4212c78b89d3af9a3211f6 (patch)
tree2bb13764d6d2ac508d74ed20685f404ec98ef5ba
parent155bd619855064af16bc61bbce024e87d998061e (diff)
downloadptycon-278d6dccb11220804d4212c78b89d3af9a3211f6.tar.bz2
ptycon-278d6dccb11220804d4212c78b89d3af9a3211f6.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()