summaryrefslogtreecommitdiffhomepage
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:47 +0000
commit993569847b80cf7c83e774ab407a765c27e22c34 (patch)
tree5aa2fbfc57d5243c17e30348ebe6d8b46a943bd4
parent0506d8cddb32291c298bf539f772988d8d18625a (diff)
downloadmdso-993569847b80cf7c83e774ab407a765c27e22c34.tar.bz2
mdso-993569847b80cf7c83e774ab407a765c27e22c34.tar.xz
build system: ccenv_set_cc(): initialize ccenv_errors for all code paths.
-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)