From 1f1219a2a267e819fd5075c0447b3694a85cfad0 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 05 2021 15:11:52 +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