diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:12:03 +0000 |
commit | dc5a6cbbd94c38347a8a11db5a91e3e572e1b911 (patch) | |
tree | 3d8320daf32f11d149cbc3982653183bd41cac37 | |
parent | 88e75512b5c548e24c1ae90f5569bbc29acd2f5c (diff) | |
download | u16ports-dc5a6cbbd94c38347a8a11db5a91e3e572e1b911.tar.bz2 u16ports-dc5a6cbbd94c38347a8a11db5a91e3e572e1b911.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 |