diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:09:28 +0000 |
commit | 28c47d8fd4a96227c692c74d7d207f8e6fbff8bb (patch) | |
tree | 45e39fa79dc88fb7c6a1292b58b6bd45e68e27bc /sofort/ccenv | |
parent | cf27debdb75062d94d288117e0207170af7ca97a (diff) | |
download | apimagic-28c47d8fd4a96227c692c74d7d207f8e6fbff8bb.tar.bz2 apimagic-28c47d8fd4a96227c692c74d7d207f8e6fbff8bb.tar.xz |
build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial comment.
Diffstat (limited to 'sofort/ccenv')
-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 |