diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:04:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:47 +0000 |
commit | 35a9f8cf0a440e54187528f786a4dccd75054c02 (patch) | |
tree | 635c44b7b1967f0250dab8f7ac20aeb8f08aee2b /sofort | |
parent | e119f1c86fbb67d082cf1758568302f01ee9934c (diff) | |
download | ntcon-35a9f8cf0a440e54187528f786a4dccd75054c02.tar.bz2 ntcon-35a9f8cf0a440e54187528f786a4dccd75054c02.tar.xz |
build system: ccenv_set_cc(): initialize ccenv_errors for all code paths.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 200564c..ef7a957 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -404,6 +404,7 @@ ccenv_set_cc() fi ccenv_cc_cmd="$ccenv_cc" + ccenv_errors= if [ "$ccenv_cfgtype" = 'native' ]; then ccenv_host=$($ccenv_cc $(printf '%s' "$ccenv_cflags") -dumpmachine 2>&3) |