summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-08 15:30:31 +0000
committermidipix <writeonce@midipix.org>2021-06-08 15:31:10 +0000
commitcd7ba4c13aa2be8a12661dea2f1f46a5f16d8a45 (patch)
tree9c5fced8e515cc58c6f42006e416c837102e4321
parent42085e2b0a4dfd15ffb335377475b6ce53a9001a (diff)
downloadmdso-cd7ba4c13aa2be8a12661dea2f1f46a5f16d8a45.tar.bz2
mdso-cd7ba4c13aa2be8a12661dea2f1f46a5f16d8a45.tar.xz
build system: ccenv: ccenv_set_cc_bits(): support strict compiler drivers.
-rw-r--r--sofort/ccenv/ccenv.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index d0e808d..61d3c58 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -721,7 +721,10 @@ ccenv_set_cc_bits()
"$ccenv_internal_type" \
"$ccenv_internal_guess")
- if [ -n "$ccenv_dumpmachine_switch" ]; then
+ ccenv_expr='ccenv_stdin_input=$ccenv_'${ccenv_cfgtype}'_stdin_input'
+ eval ${ccenv_expr}
+
+ if [ "$ccenv_stdin_input" = 'yes' ]; then
printf '%s' "$ccenv_internal_str" \
| eval $ccenv_cc -S -xc - -o - \
$(printf '%s' "$ccenv_cflags") \