diff options
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r-- | sofort/cfgtest/cfgtest.sh | 6 |
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 |