summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv/ccenv.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-30 19:34:08 -0500
committermidipix <writeonce@midipix.org>2018-12-30 19:37:22 -0500
commitec706e32e6bb447cb6ed07725e5e4a378a94fb90 (patch)
treeb94492e46a7927d19dc2b915295b3da4c29b6940 /sofort/ccenv/ccenv.sh
parenteb4330a2d386e5ce4ddffb0ba5632e13bfcf1091 (diff)
downloadpemagine-ec706e32e6bb447cb6ed07725e5e4a378a94fb90.tar.bz2
pemagine-ec706e32e6bb447cb6ed07725e5e4a378a94fb90.tar.xz
build system: ccenv: fix detection of native os.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-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_'