diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 19:42:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:32 +0000 |
commit | 783de059e6edd3afa4681459bc9eac8590018e53 (patch) | |
tree | 2c8aed7b3127f2cbaa62a5a7d932a599c8991537 /configure | |
parent | ff59326dba78e56007f022ba989396f534de8594 (diff) | |
download | sltdl-783de059e6edd3afa4681459bc9eac8590018e53.tar.bz2 sltdl-783de059e6edd3afa4681459bc9eac8590018e53.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#*=} |