diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 13:01:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:49 +0000 |
commit | d34946c33951d363f9088014023a86c5d7ab2436 (patch) | |
tree | 1dbe1682a4b795b1ced07b88c4ba832c03eb7fae /sofort | |
parent | 75e145dbb7ff81d8dd68ee470f38aa2f4a709151 (diff) | |
download | ntapi-d34946c33951d363f9088014023a86c5d7ab2436.tar.bz2 ntapi-d34946c33951d363f9088014023a86c5d7ab2436.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 |