diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:12:04 +0000 |
commit | f9d90be9ebc907debd2e6a91409fc3c2062c76a4 (patch) | |
tree | d815000d7e5ceb89a5d36e6877ed88f87c8c4552 /sofort | |
parent | bf44aceccd9fcf55edc9c7074c95f96d4b3e423b (diff) | |
download | w32lib-f9d90be9ebc907debd2e6a91409fc3c2062c76a4.tar.bz2 w32lib-f9d90be9ebc907debd2e6a91409fc3c2062c76a4.tar.xz |
build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment.
Diffstat (limited to 'sofort')
-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 |