diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 17:15:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 17:15:33 +0200 |
commit | 7c48f3fc434126d6981485c1db03b43ee26d81db (patch) | |
tree | 9219991494fcdae63b77df9136c125e329a90801 /target/or1k | |
parent | ef03a30a630a00ff34f581e447725d1b24305129 (diff) |
or1k: issues with hard-float setup with illegal instructions on boot
Diffstat (limited to 'target/or1k')
-rw-r--r-- | target/or1k/uclibc-ng.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/or1k/uclibc-ng.config b/target/or1k/uclibc-ng.config index 7f680d4e4..666ce5abb 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.52 C Library Configuration +# uClibc-ng 1.0.55 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -58,7 +58,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y DO_XSI_MATH=y -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |