summaryrefslogtreecommitdiffhomepage
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:53 +0000
commit3b01e4b720ecbb7221af33cfdc484cc2b12dc7b5 (patch)
tree4fe30dcd6a160ee4041c74b65f4fb3b9e845470d
parent9deaf650bd1ab4c20a6ed57c7bfab460e116b126 (diff)
downloadperk-3b01e4b720ecbb7221af33cfdc484cc2b12dc7b5.tar.bz2
perk-3b01e4b720ecbb7221af33cfdc484cc2b12dc7b5.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