summaryrefslogtreecommitdiffhomepage
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 17:12:54 -0500
commitaf99a054456a1ce1ac85ab3d2ec9fb3527cab69d (patch)
tree03becfc9da7b122b77efef9dc786e613293a286e /sofort/cfgtest
parent72ddeca0b4b3ccaf71167e5798d00b929c1ed19b (diff)
downloadsofort-af99a054456a1ce1ac85ab3d2ec9fb3527cab69d.tar.bz2
sofort-af99a054456a1ce1ac85ab3d2ec9fb3527cab69d.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