summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 16:05:11 +0000
committermidipix <writeonce@midipix.org>2021-05-26 16:48:15 +0000
commitc1407f1fa0a0d38d034d230815afda13ee1cdce3 (patch)
tree1b7be27ab7de877491509aa9d0d5169036bffe6d /sofort
parent148d969985d58f85020d511b0d55dcc3d2225975 (diff)
downloadtpax-c1407f1fa0a0d38d034d230815afda13ee1cdce3.tar.bz2
tpax-c1407f1fa0a0d38d034d230815afda13ee1cdce3.tar.xz
build system: ccenv_set_cc_underscore(): send errors to config.log.
Diffstat (limited to 'sofort')
-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 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='_'