summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-04 00:04:30 +0000
committermidipix <writeonce@midipix.org>2020-01-04 00:07:49 +0000
commit7451c1aca91bd8b637cd07c1fb2e9a2688d8b9e3 (patch)
treedc41c4f3d1ff222bfc39b448d8ee9f1b26cf35b0 /sofort/ccenv
parent62003a740e8174e3f72ac93f355af7ab311ccdba (diff)
downloadsbpython3-7451c1aca91bd8b637cd07c1fb2e9a2688d8b9e3.tar.bz2
sbpython3-7451c1aca91bd8b637cd07c1fb2e9a2688d8b9e3.tar.xz
build system: ccenv_set_cc(): initialize ccenv_errors for all code paths.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh1
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)