diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 16:05:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 16:48:05 +0000 |
commit | 0c4d1ae0e47056ffbf2483c3d5a8ca3977247396 (patch) | |
tree | 6e429dd30d9146c8171add65906529be6dab44e3 /sofort/ccenv | |
parent | ced7ec4ceea3c987ac8c0aa7af76be73ca4fe3c8 (diff) | |
download | dalist-0c4d1ae0e47056ffbf2483c3d5a8ca3977247396.tar.bz2 dalist-0c4d1ae0e47056ffbf2483c3d5a8ca3977247396.tar.xz |
build system: ccenv_set_cc_underscore(): send errors to config.log.
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 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='_' |