diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 05:27:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 05:31:05 +0000 |
commit | 1f7e7bd83ed903de6ce36b1df749cba338315284 (patch) | |
tree | 2c41ea1b5022681822767dc6468f9741a5745458 /sofort | |
parent | 3bec6898b5165994f708a937d81afff68de02c05 (diff) | |
download | sbpython2-1f7e7bd83ed903de6ce36b1df749cba338315284.tar.bz2 sbpython2-1f7e7bd83ed903de6ce36b1df749cba338315284.tar.xz |
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
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() |