diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 18:45:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 09:08:32 +0000 |
commit | ff59326dba78e56007f022ba989396f534de8594 (patch) | |
tree | f88caa92219e4c0c6ecbf5efa518204ae47cae1a | |
parent | 67a565c3c3e16f670377a6dd7b221b55d885b6db (diff) | |
download | sltdl-ff59326dba78e56007f022ba989396f534de8594.tar.bz2 sltdl-ff59326dba78e56007f022ba989396f534de8594.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() |