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 | 828efd1bea6c619abd1b911fa7f6229e3bd1b73b (patch) | |
tree | d78f88e36aaa230fe1e9008b6f483a2f3e955a8d /sofort/ccenv | |
parent | 7c2aba152b1b7cf2ee60df4e9695afcca1c7f12f (diff) | |
download | bcparser-828efd1bea6c619abd1b911fa7f6229e3bd1b73b.tar.bz2 bcparser-828efd1bea6c619abd1b911fa7f6229e3bd1b73b.tar.xz |
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
Diffstat (limited to 'sofort/ccenv')
-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() |