From 609968b69758dd91ff7d12c1972e7a7dda2699af Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 05 2021 15:12:00 +0000 Subject: build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment. --- 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