diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 05:27:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 05:31:06 +0000 |
commit | 4bfd1b4f21abdf24f5234ddc1270c24101ba9139 (patch) | |
tree | 94b0f81dea802ce3682a0a70f0b4de1ec2a8794e /sofort | |
parent | 8ed3b117a34738a471dd53fd5a68539478fce6eb (diff) | |
download | u16ports-4bfd1b4f21abdf24f5234ddc1270c24101ba9139.tar.bz2 u16ports-4bfd1b4f21abdf24f5234ddc1270c24101ba9139.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() |