diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:59 +0000 |
commit | 4f57ad0e8edba28b90c07e4ce6fe6e1f853acba6 (patch) | |
tree | b35e59c0efe3952d739f0412f5c30c264394a4a7 | |
parent | 3bf7dad07f5f053e5893d420e41e25914bd37c1f (diff) | |
download | sltdl-4f57ad0e8edba28b90c07e4ce6fe6e1f853acba6.tar.bz2 sltdl-4f57ad0e8edba28b90c07e4ce6fe6e1f853acba6.tar.xz |
build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
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 |