diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 19:42:04 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:30 +0000 |
commit | d5751fb25444bbefb3e73859a7e82a5f9d4220f4 (patch) | |
tree | b4f9394cb0dee8b565493a58de1a996e6e76a9ff /configure | |
parent | 0f6f7df7d588ec00594d2a866aafe97cfd63a2df (diff) | |
download | perk-d5751fb25444bbefb3e73859a7e82a5f9d4220f4.tar.bz2 perk-d5751fb25444bbefb3e73859a7e82a5f9d4220f4.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#*=} |