summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 12:59:41 +0000
committermidipix <writeonce@midipix.org>2021-06-05 15:11:57 +0000
commit421f33f3fc3313d4a00a104379755d9cad2d17b7 (patch)
tree2b4a2a7a5200b931b68f38534f7a0a25166cb1d8 /sofort
parent5ab9c0797770a76bfbef01ccb604e480b91184c4 (diff)
downloadsbpython2-421f33f3fc3313d4a00a104379755d9cad2d17b7.tar.bz2
sbpython2-421f33f3fc3313d4a00a104379755d9cad2d17b7.tar.xz
build system: ccenv: ccenv_set_cc(): record compiler's support of stdin input.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/ccenv/ccenv.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 17656e3..3c48fa6 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -489,6 +489,12 @@ ccenv_set_cc()
ccenv_dumpmachine_switch=
fi
+ if cfgtest_code_snippet_asm 'typedef int dummy;' ; then
+ eval ccenv_${ccenv_cfgtype}_stdin_input='yes'
+ else
+ eval ccenv_${ccenv_cfgtype}_stdin_input='no'
+ fi
+
unset cfgtest_silent
ccenv_cc_cmd="$ccenv_cc"