From afd238b5035759404833ab31647a917445d77f69 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 26 May 2021 16:05:11 +0000 Subject: build system: ccenv_set_cc_underscore(): send errors to config.log. --- sofort/ccenv/ccenv.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sofort/ccenv/ccenv.sh') 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='_' -- cgit v1.2.3