diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 16:05:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 16:48:06 +0000 |
commit | 303ed0ba3410c4745e3bc21695a9baf750c61c9c (patch) | |
tree | 71d0e0609b94d78dc48bad87995049a1069b28dd /sofort | |
parent | a2bb51502f800faf304dccf3adc986b1d108ba8f (diff) | |
download | mdso-303ed0ba3410c4745e3bc21695a9baf750c61c9c.tar.bz2 mdso-303ed0ba3410c4745e3bc21695a9baf750c61c9c.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='_' |