On May 14, 2026, "Richard Earnshaw (foss)" <[email protected]> wrote:
> My apologies for dropping the ball on this, No worries, thanks for picking it back up. >> + set options [list "additional_flags=[concat "--print-multi-directory >> -mcpu=unset -mfpu=auto -mfloat-abi=soft" $gcc_opts]"] > ... Don't you also want to have -march=unset in this list as well? It's not necessary. -mcpu=* (including unset) is enough to disregard the defaults for all of -march, -mtune and -mcpu, according to OPTION_DEFAULT_SPECS's comments and implementation. But it's not like it would hurt to add it, so I'd be glad to oblige if you'd prefer that. Or maybe add a comment on why it's not needed? -- Alexandre Oliva, happy hacker https://blog.lx.oliva.nom.br/ Free Software Activist FSFLA co-founder GNU Toolchain Engineer More tolerance and less prejudice are key for inclusion and diversity. Excluding neuro-others for not behaving ""normal"" is *not* inclusive!
