diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 16:05:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 16:48:09 +0000 |
commit | 4b0577f58403644a676415ccd08338c7dd5d76f3 (patch) | |
tree | 03dd8a76fe77f79aa00188ca49e022e8d9048cf2 /sofort | |
parent | cd37c750197bed866d03475c04abe295deb17d00 (diff) | |
download | pemagine-4b0577f58403644a676415ccd08338c7dd5d76f3.tar.bz2 pemagine-4b0577f58403644a676415ccd08338c7dd5d76f3.tar.xz |
build system: ccenv_set_cc_underscore(): send errors to config.log.
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 857a202..433fec0 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -743,6 +743,7 @@ ccenv_set_cc_underscore() if printf "$ccenv_fn_code" $ccenv_fn_name \ | $ccenv_cc -xc - -S -o - \ + 2>&3 \ | grep "^_$ccenv_fn_name:" \ > /dev/null; then ccenv_cc_underscore='_' |