diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 18:45:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:30 +0000 |
commit | 0f6f7df7d588ec00594d2a866aafe97cfd63a2df (patch) | |
tree | d5a14c70c192bd5a0664edcd04c3097f8ee2339c | |
parent | 8ed1b0e265bddef4a0d3e97e6e4b6051327e9955 (diff) | |
download | perk-0f6f7df7d588ec00594d2a866aafe97cfd63a2df.tar.bz2 perk-0f6f7df7d588ec00594d2a866aafe97cfd63a2df.tar.xz |
build system: ccenv: ccenv_output_defs(): record -dumpmachine support.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 332e12f..bc0030a 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1466,6 +1466,7 @@ ccenv_output_defs() eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\' eval 'ccenv_'${ccenv_cfgtype}'_cc_environment'=\'$ccenv_cc_environment\' + eval 'ccenv_'${ccenv_cfgtype}'_dumpmachine_switch'=\'$ccenv_dumpmachine_switch\' } ccenv_set_cc_switch_vars() |