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 | 717917b9409c957435ea5edc62f14e18e1a70f7c (patch) | |
tree | b608e18417769a7294bc48204144a83e796f2a58 /configure | |
parent | ab9981f13981c999f7595da45089a3874bfd8078 (diff) | |
download | mmglue-717917b9409c957435ea5edc62f14e18e1a70f7c.tar.bz2 mmglue-717917b9409c957435ea5edc62f14e18e1a70f7c.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#*=} |