diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:51 +0000 |
commit | ba5f695ae1212f9a87a9981a1216e8f35fa035fb (patch) | |
tree | 3e60e786347e712bfef1ab18131e3feafb7cf3f1 | |
parent | 6a2fd127b9a8ad42b0056a139871fee5d9f8e0a3 (diff) | |
download | ntux-ba5f695ae1212f9a87a9981a1216e8f35fa035fb.tar.bz2 ntux-ba5f695ae1212f9a87a9981a1216e8f35fa035fb.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 |