diff options
author | midipix <writeonce@midipix.org> | 2020-01-04 00:04:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-04 00:07:48 +0000 |
commit | c519de7d75f2492b07bfb3e90f3a7f3daacaeeed (patch) | |
tree | fa047d28e36f81b5d0d0c72b53570c584fe916e1 /sofort/ccenv | |
parent | 0d85679e4c6096b4c90aa18e1ace86221254ae5b (diff) | |
download | pemagine-c519de7d75f2492b07bfb3e90f3a7f3daacaeeed.tar.bz2 pemagine-c519de7d75f2492b07bfb3e90f3a7f3daacaeeed.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.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) |