diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 03:38:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 03:38:08 +0200 |
commit | 4e0f371705a17203da66ff352cb51bc74aa979c5 (patch) | |
tree | 216e64433910ebaa82e4de98abe718a44554909a /target/or1k/uclibc-ng.config | |
parent | 4199b176f3218f5a56d011d715b6af38f7fbf820 (diff) |
or1k: can be build with hard-float and fenv
Diffstat (limited to 'target/or1k/uclibc-ng.config')
-rw-r--r-- | target/or1k/uclibc-ng.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/or1k/uclibc-ng.config b/target/or1k/uclibc-ng.config index 881c73107..7f680d4e4 100644 --- a/target/or1k/uclibc-ng.config +++ b/target/or1k/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.45 C Library Configuration +# uClibc-ng 1.0.52 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -58,6 +58,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y DO_XSI_MATH=y +UCLIBC_HAS_FENV=y UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |