diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 18:45:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-09 18:45:13 +0000 |
commit | dd9dbedcf3bc5f6a10d06771c7a26d60dc3ce24d (patch) | |
tree | 3b6cc0d8b052e477a3a6e4c1916d85a3d700be60 /sofort/ccenv | |
parent | cca8f8960c3343a83548249450932d8705db9862 (diff) | |
download | slibtool-dd9dbedcf3bc5f6a10d06771c7a26d60dc3ce24d.tar.bz2 slibtool-dd9dbedcf3bc5f6a10d06771c7a26d60dc3ce24d.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() |