diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 19:42:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:33 +0000 |
commit | ef9f990e450706bd74c8a73d84eef9ac9ed2a837 (patch) | |
tree | 6826a29a068ad900fe0c79d5140c506c50997c11 /configure | |
parent | fa6c0a8074b1068ee59b5e19cbd9fe957e9d570f (diff) | |
download | sofort-ef9f990e450706bd74c8a73d84eef9ac9ed2a837.tar.bz2 sofort-ef9f990e450706bd74c8a73d84eef9ac9ed2a837.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#*=} |