mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make -fno-math-errno the default. Our libm doesn't support the SysV
mistake of setting errno, and never has. This will need to be fixed upstream in a more generic way, but the changes are somewhat more involved.
This commit is contained in:
parent
1b93600c85
commit
7a5b5fae94
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ Common
|
|||
Does nothing. Preserved for backward compatibility.
|
||||
|
||||
fmath-errno
|
||||
Common Report Var(flag_errno_math) Init(1)
|
||||
Common Report Var(flag_errno_math) Init(0)
|
||||
Set errno after built-in math functions
|
||||
|
||||
fmem-report
|
||||
|
|
|
|||
Loading…
Reference in a new issue