https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37073
Andreas Tobler <andreast at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |andreast at gcc dot gnu.org --- Comment #6 from Andreas Tobler <andreast at gcc dot gnu.org> --- I think it is going this way that I have to set opts->x_flag_errno_math = 0 The question I have, where do I set this flag? It has to be set for all FreeBSD targets. Is it best to set it in common/config/*/*-common.c in the TARGET_OPTION_INIT_STRUCT ? An additional question, darwin has the TARGET_MACHO or the DARWIN_ABI as unique define, would it be ok to test on __FreeBSD__? TIA