summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 13:01:23 +0000
committermidipix <writeonce@midipix.org>2021-06-05 15:09:34 +0000
commitb96cc863ea99a6ea0768c427105f7071d1d84a09 (patch)
treeada946b5a0f4af43d89a5f8d795394eeb83c6ca7
parent19db2b30cf142eccdb322f1e6aaf01415a789f58 (diff)
downloadmdso-b96cc863ea99a6ea0768c427105f7071d1d84a09.tar.bz2
mdso-b96cc863ea99a6ea0768c427105f7071d1d84a09.tar.xz
build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment.
-rw-r--r--sofort/ccenv/ccenv.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 3c48fa6..583434a 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1459,11 +1459,9 @@ ccenv_set_cc_switch_vars()
fi
if [ $ccenv_cfgtype = 'host' ]; then
- # ccenv_host_cc="$ccenv_cc"
ccenv_makevar_prefix='_CFLAGS_'
cfgtest_host_section
else
- # ccenv_native_cc="$ccenv_cc"
ccenv_makevar_prefix='_NATIVE_CFLAGS_'
cfgtest_native_section
fi