diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 05:27:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 05:30:26 +0000 |
commit | e8c2576d88f3e621ee698041ef2648ab7f039c55 (patch) | |
tree | 3f67e04c07da5d92a969acb11c763b12232ab7f8 | |
parent | 14ecd8e816799c28263543a3339b4912dbd8c5f8 (diff) | |
download | ntcon-e8c2576d88f3e621ee698041ef2648ab7f039c55.tar.bz2 ntcon-e8c2576d88f3e621ee698041ef2648ab7f039c55.tar.xz |
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
-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() |