diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 16:05:11 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 16:48:04 +0000 |
commit | f7c9c89c5d8e0f56edd803af7400f5be996b2ec3 (patch) | |
tree | 1220a994ab22e904b3ec1cb0660bfeac4da55dd8 /sofort/ccenv | |
parent | f82b4b07247c368bf56290c27c49aeb19f0c3971 (diff) | |
download | bfirm-f7c9c89c5d8e0f56edd803af7400f5be996b2ec3.tar.bz2 bfirm-f7c9c89c5d8e0f56edd803af7400f5be996b2ec3.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='_' |