summaryrefslogtreecommitdiff
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 19:34:08 -0500
committermidipix <writeonce@midipix.org>2018-12-31 04:24:38 -0500
commitc00fead735413b4cb3bd291dbce7ba598bca08ff (patch)
tree5f45e73be12c32dd9e5f06d9ad3fd44980e4cb1c /sofort/ccenv
parentcc78d96910db0c881619661322176648407b50ba (diff)
downloadsbpython3-c00fead735413b4cb3bd291dbce7ba598bca08ff.tar.bz2
sbpython3-c00fead735413b4cb3bd291dbce7ba598bca08ff.tar.xz
build system: ccenv: fix detection of native os.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 91d9309..354dd90 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -284,6 +284,8 @@ ccenv_set_cc()
ccenv_cc_cmd="$ccenv_cc"
if [ "$ccenv_cfgtype" = 'native' ]; then
+ ccenv_host=$($ccenv_cc $ccenv_cflags -dumpmachine 2>/dev/null)
+ ccenv_cchost=$ccenv_host
return 0
fi
@@ -947,6 +949,7 @@ ccenv_common_init()
ccenv_cfgtype=$1
ccenv_cfgfile="$mb_pwd/ccenv/$ccenv_cfgtype.mk"
ccenv_freestd=
+ ccenv_cchost=
if [ $ccenv_cfgtype = 'native' ]; then
ccenv_makevar_prefix='NATIVE_'