summaryrefslogtreecommitdiff
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-26 08:48:48 -0500
committermidipix <writeonce@midipix.org>2018-12-30 18:39:27 -0500
commitc0ca973d8356cacc3ecde24d242297ea23e11c28 (patch)
tree0fd57662d6a0bffe1e186c9195dfff3b8ced3de6 /sofort/cfgtest
parentb623339242254b722f40813283bb439164490993 (diff)
downloadsbpython3-c0ca973d8356cacc3ecde24d242297ea23e11c28.tar.bz2
sbpython3-c0ca973d8356cacc3ecde24d242297ea23e11c28.tar.xz
build system: major overhaul: removed sysinfo, integrated ccenv.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index b8821bb..d1e3b1b 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -45,7 +45,7 @@ cfgtest_target_section()
cfgtest_native_section()
{
mb_cfgtest_cc="$mb_native_cc"
- mb_cfgtest_cflags="$mb_native_cc_cflags"
+ mb_cfgtest_cflags="$mb_native_cflags"
mb_cfgtest_cfgtype='native'
cfgtest_comment 'native system tests'
@@ -74,7 +74,7 @@ cfgtest_cflags_append()
if [ $mb_cfgtest_cfgtype = 'target' ]; then
mb_internal_makevar='CFLAGS_CONFIG'
else
- mb_internal_makevar='NATIVE_CC_CFLAGS'
+ mb_internal_makevar='NATIVE_CFLAGS'
fi
mb_cfgtest_makevar_saved=$mb_cfgtest_makevar
@@ -90,7 +90,7 @@ cfgtest_ldflags_append()
if [ $mb_cfgtest_cfgtype = 'target' ]; then
mb_internal_makevar='LDFLAGS_CONFIG'
else
- mb_internal_makevar='NATIVE_CC_LDFLAGS'
+ mb_internal_makevar='NATIVE_LDFLAGS'
fi
mb_cfgtest_makevar_saved=$mb_cfgtest_makevar