diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 03:47:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 03:50:05 +0000 |
commit | 3a003b339bde03849781102ae362c3a52d2ff89d (patch) | |
tree | 9919a680b585f7304bd2f31b4e378955ab60fc07 /sofort | |
parent | 71c74bd52ed4115960c1bf7426323c8ada8f6682 (diff) | |
download | tpax-3a003b339bde03849781102ae362c3a52d2ff89d.tar.bz2 tpax-3a003b339bde03849781102ae362c3a52d2ff89d.tar.xz |
build system: ccenv: ccenv_set-cc(): test for -dumpmachine support silently.
Diffstat (limited to 'sofort')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index a52d699..baa0790 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -481,12 +481,16 @@ ccenv_set_cc() ccenv_native_cc= fi + cfgtest_silent='yes' + if cfgtest_compiler_switch -dumpmachine ; then ccenv_dumpmachine_switch='-dumpmachine' else ccenv_dumpmachine_switch= fi + unset cfgtest_silent + ccenv_cc_cmd="$ccenv_cc" ccenv_errors= |