summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-09 19:42:04 +0000
committermidipix <writeonce@midipix.org>2021-06-10 09:08:30 +0000
commitec019b75eb8d89630e494867104103e6c85a013b (patch)
treefcdc3195e9fcd588eb62c0d60d40665808d174c6
parentf2e6a7afe7566768e4a6c1da9d7bcb680e8be74a (diff)
downloadpemagine-ec019b75eb8d89630e494867104103e6c85a013b.tar.bz2
pemagine-ec019b75eb8d89630e494867104103e6c85a013b.tar.xz
build system: configure: init_vars(): record explicit CCHOST and --cchost.
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 9c7a6b2..482bf22 100755
--- a/configure
+++ b/configure
@@ -207,6 +207,11 @@ init_vars()
mb_source_dir_set=yes
fi
+ # cchost
+ if [ -n "$CCHOST" ]; then
+ mb_cchost_set=yes
+ fi
+
# step prolog
output_step_prolog ${mb_script} 'init_vars'
@@ -1111,6 +1116,7 @@ for arg ; do
;;
--cchost=*)
mb_cchost=${arg#*=}
+ mb_cchost_set=yes
;;
--cfghost=*)
mb_cfghost=${arg#*=}