summaryrefslogtreecommitdiffhomepage
path: root/sofort
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
commit8aabdb7bff5e6493f737a511df8f9c7e7d45fbb3 (patch)
tree7910a226ed7e324e812ae3714207dd7b9498d687 /sofort
parente9bfb82ecd7a0de27fd2866a1fb4047f3de4cadb (diff)
downloaddalist-8aabdb7bff5e6493f737a511df8f9c7e7d45fbb3.tar.bz2
dalist-8aabdb7bff5e6493f737a511df8f9c7e7d45fbb3.tar.xz
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
Diffstat (limited to 'sofort')
-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()