summaryrefslogtreecommitdiff
path: root/project/config
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 18:42:11 -0500
committermidipix <writeonce@midipix.org>2018-12-31 04:48:45 -0500
commit34c6f25ea0c4cb006455050b5903425d974944da (patch)
tree5540ff93f758bbe0f605d5973261033503dd4a4b /project/config
parent7e34aa8d0cfd096571343a80eb537c84544d8c59 (diff)
downloadsbpython2-34c6f25ea0c4cb006455050b5903425d974944da.tar.bz2
sbpython2-34c6f25ea0c4cb006455050b5903425d974944da.tar.xz
project: made necessary adjustments following build system overhaul.
Diffstat (limited to 'project/config')
-rw-r--r--project/config/cfgdefs.sh2
-rw-r--r--project/config/cfghost.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh
index ecb0625..e616905 100644
--- a/project/config/cfgdefs.sh
+++ b/project/config/cfgdefs.sh
@@ -257,7 +257,7 @@ cfgdefs_perform_common_tests()
if [ $mb_cfgtest_cfgtype = 'target' ]; then
mb_cfgtest_makevar='CFLAGS_NCURSES'
else
- mb_cfgtest_makevar='NATIVE_CC_CFLAGS'
+ mb_cfgtest_makevar='NATIVE_CFLAGS'
fi
cfgtest_unit_header_presence 'curses.h'
diff --git a/project/config/cfghost.sh b/project/config/cfghost.sh
index c862e2b..563ccac 100644
--- a/project/config/cfghost.sh
+++ b/project/config/cfghost.sh
@@ -34,7 +34,7 @@ cfghost_internal_test()
if [ $mb_internal_cfgtype = 'target' ]; then
mb_cfghost="$mb_internal_cfghost"
else
- mb_native_cc_cfghost="$mb_internal_cfghost"
+ mb_native_cfghost="$mb_internal_cfghost"
fi
}
@@ -49,8 +49,8 @@ cfghost_set_target_cfghost()
cfghost_set_native_cfghost()
{
- mb_internal_cchost="$mb_native_cc_host"
- mb_internal_cfghost="$mb_native_cc_cfghost"
+ mb_internal_cchost="$mb_native_cchost"
+ mb_internal_cfghost="$mb_native_cfghost"
mb_internal_cfgtype='native'
cfghost_internal_test