From 616a9de384c113c6d02cd394b67784c6412078d5 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 08 2021 15:31:11 +0000 Subject: build system: ccenv: ccenv_set_cc_bits(): support strict compiler drivers. --- 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") \