diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 19:42:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:28 +0000 |
commit | fe273cef4e7e8361600e3d1bfa52ed4886d96c30 (patch) | |
tree | 91a0bd0aec33333d64c0645b92143fb85e9e2f39 /configure | |
parent | 5807150d73c948a362ac38eed6f77bdb78cc33cf (diff) | |
download | mdso-fe273cef4e7e8361600e3d1bfa52ed4886d96c30.tar.bz2 mdso-fe273cef4e7e8361600e3d1bfa52ed4886d96c30.tar.xz |
build system: configure: init_vars(): record explicit CCHOST and --cchost.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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#*=} |