summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 13:01:23 +0000
committermidipix <writeonce@midipix.org>2021-06-05 15:11:58 +0000
commit0f53506b8b33c967fcd80986659ba7fcc8d4b395 (patch)
tree432ee121d52290afc34232278d2c137f2c7ab1f4 /sofort
parentfba2c4b0d62c7959dbdc3167e35e3552e1b88efd (diff)
downloadsbpython3-0f53506b8b33c967fcd80986659ba7fcc8d4b395.tar.bz2
sbpython3-0f53506b8b33c967fcd80986659ba7fcc8d4b395.tar.xz
build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment.
Diffstat (limited to 'sofort')
-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