From af99a054456a1ce1ac85ab3d2ec9fb3527cab69d Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 26 Dec 2018 08:48:48 -0500 Subject: build system: major overhaul: removed sysinfo, integrated ccenv. --- sofort/cfgtest/cfgtest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sofort/cfgtest') 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 -- cgit v1.2.3