summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-06 21:01:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-06 21:02:45 +0200
commit13b491a58bf43e250f4b5106d77611661949004f (patch)
tree9993394671a8a17f72cbdeed6f7ff97472dc6dd6
parent7bdd9906420cc702fae73da8a8d6fdf03837824d (diff)
uclibc-ng: disable fenv or soft-float configurations
-rw-r--r--toolchain/uclibc-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 6b1fd31ce..05ecb61bf 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -71,6 +71,7 @@ else
endif
ifeq ($(ADK_TARGET_SOFT_FLOAT),y)
$(SED) 's/.*\(UCLIBC_HAS_FPU\).*/# \1 is not set/' ${WRKBUILD}/.config
+ $(SED) 's/.*\(UCLIBC_HAS_FENV\).*/# \1 is not set/' ${WRKBUILD}/.config
$(SED) 's/.*\(UCLIBC_HAS_SOFT_FLOAT\).*/#\1=y/' ${WRKBUILD}/.config
endif
ifeq ($(ADK_TARGET_HARD_FLOAT),y)