diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 18:45:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:26 +0000 |
commit | c0ef1105c97c4c5959cf7d6cc3059efabc2a8c6d (patch) | |
tree | 899ce7ebe3f1220dc949466c2bf3749ca8a44d7b /sofort/ccenv | |
parent | b9230e2e60377d30829b952849e16e499a0e8767 (diff) | |
download | apimagic-c0ef1105c97c4c5959cf7d6cc3059efabc2a8c6d.tar.bz2 apimagic-c0ef1105c97c4c5959cf7d6cc3059efabc2a8c6d.tar.xz |
build system: ccenv: ccenv_output_defs(): record -dumpmachine support.
Diffstat (limited to 'sofort/ccenv')
-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() |