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:31:06 +0000
commit69cd6b5d304f5e6536727dcc3d9a1f56ead9994a (patch)
tree2ad5868607ade7dd0fd7cd1005313afdd2bc735a /sofort
parentd570976001b35eeb3de06db08e47149f7b779d65 (diff)
downloadw32lib-69cd6b5d304f5e6536727dcc3d9a1f56ead9994a.tar.bz2
w32lib-69cd6b5d304f5e6536727dcc3d9a1f56ead9994a.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()