summaryrefslogtreecommitdiff
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-02 22:30:36 +0000
committermidipix <writeonce@midipix.org>2020-01-02 22:45:43 +0000
commit3a2b2f40da50e5e4267f954a812c11bc4096f9a6 (patch)
tree2f538902f35fbf8b66f619ed2353eb21a6ce12a0 /sofort/cfgtest
parente71c8fc38b656b1bbf0aa8dc5f60a3fbb42907e0 (diff)
downloadsbpython3-3a2b2f40da50e5e4267f954a812c11bc4096f9a6.tar.bz2
sbpython3-3a2b2f40da50e5e4267f954a812c11bc4096f9a6.tar.xz
build system: cfgtest_target_section(): use vars directly.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh11
1 files changed, 9 insertions, 2 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 24d311f..ba55ba9 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -34,8 +34,15 @@ cfgtest_comment()
cfgtest_target_section()
{
- mb_cfgtest_cc=$(make -s -f "$mb_pwd/Makefile.tmp" .display-cc)
- mb_cfgtest_cflags=$(make -s -f "$mb_pwd/Makefile.tmp" .display-cflags)
+ mb_cfgtest_cflags=
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_debug $mb_cflags_config"
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_sysroot $mb_cflags_common"
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_cmdline $mb_cflags"
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_path $mb_cflags_os"
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_site $mb_cflags_strict"
+ mb_cfgtest_cflags="$mb_cfgtest_cflags $mb_cflags_last $mb_cflags_once"
+
+ mb_cfgtest_cc="$ccenv_host_cc"
mb_cfgtest_cfgtype='target'
cfgtest_comment 'target-specific tests'