From 5e867d68feb1de778ff12a9754af8642712f1877 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 9 Jun 2021 19:42:04 +0000 Subject: build system: configure: init_vars(): record explicit CCHOST and --cchost. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) 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#*=} -- cgit v1.2.3