Make gdtoa less tunable (#104)
The -fno-math-errno flag shouldn't impact libraries since it's mostly intended for permitting the compiler to generate sqrt() instructions.
This commit is contained in:
@ -26,7 +26,8 @@ LIBC_TINYMATH_A_CHECKS = \
|
||||
LIBC_TINYMATH_A_DIRECTDEPS = \
|
||||
LIBC_INTRIN \
|
||||
LIBC_STUBS \
|
||||
LIBC_NEXGEN32E
|
||||
LIBC_NEXGEN32E \
|
||||
LIBC_SYSV
|
||||
|
||||
LIBC_TINYMATH_A_DEPS := \
|
||||
$(call uniq,$(foreach x,$(LIBC_TINYMATH_A_DIRECTDEPS),$($(x))))
|
||||
|
||||
Reference in New Issue
Block a user