mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/uclibc: enable FENV support
Enable FENV support unconditionally when a hard-float toolchain is in use. Useful for packages as quickjs and chawan. Adds 24kb to the C library on aarch64. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
3c4b5e31df
commit
4c5039b80e
@@ -286,6 +286,7 @@ else
|
||||
define UCLIBC_FLOAT_CONFIG
|
||||
$(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_FPU)
|
||||
$(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_FLOATS)
|
||||
$(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_FENV)
|
||||
endef
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user