diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 19:42:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:34 +0000 |
commit | 406c90516f6cd0d12ef12ad5af7b6b4cd2fcf756 (patch) | |
tree | 477c17ae72cf18e7b14709a8dbb3dffd8b072be5 | |
parent | 5dea7578c0e8e02e2af0baa90692930b9105e7fb (diff) | |
download | w32lib-406c90516f6cd0d12ef12ad5af7b6b4cd2fcf756.tar.bz2 w32lib-406c90516f6cd0d12ef12ad5af7b6b4cd2fcf756.tar.xz |
build system: configure: init_vars(): record explicit CCHOST and --cchost.
-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#*=} |