summaryrefslogtreecommitdiff
path: root/project/config/cfghost.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 18:44:20 -0500
committermidipix <writeonce@midipix.org>2018-12-31 04:24:38 -0500
commitcc78d96910db0c881619661322176648407b50ba (patch)
tree1b078e02de308ad8746288c7381b8fd27f5d34cc /project/config/cfghost.sh
parentc0ca973d8356cacc3ecde24d242297ea23e11c28 (diff)
downloadsbpython3-cc78d96910db0c881619661322176648407b50ba.tar.bz2
sbpython3-cc78d96910db0c881619661322176648407b50ba.tar.xz
project: made necessary adjustments following build system overhaul.
Diffstat (limited to 'project/config/cfghost.sh')
-rw-r--r--project/config/cfghost.sh6
1 files changed, 3 insertions, 3 deletions
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