summaryrefslogtreecommitdiff
path: root/target/config/Config.in.fpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-27 04:58:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-27 04:59:12 +0200
commit1cebd94233e179092d2a2368ecd4a9595e814f56 (patch)
tree105a084a82cc64592df187bb01a13f73abe05ed1 /target/config/Config.in.fpu
parentba60f4fb5b05a6b282e674a0fec2c12a42daa534 (diff)
arc: enable fenv in uClibc-ng config
Diffstat (limited to 'target/config/Config.in.fpu')
-rw-r--r--target/config/Config.in.fpu3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.fpu b/target/config/Config.in.fpu
index 1018937cd..408106086 100644
--- a/target/config/Config.in.fpu
+++ b/target/config/Config.in.fpu
@@ -21,7 +21,8 @@ config ADK_TARGET_ARCH_ARM_WITH_NEON
config ADK_TARGET_FPU
string
- depends on ADK_TARGET_ARCH_ARM
+ depends on ADK_TARGET_ARCH_ARC || ADK_TARGET_ARCH_ARM
+ default "fpus" if ADK_TARGET_CPU_WITH_FPU
default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
default "vfpv3-fp16" if ADK_TARGET_CPU_ARM_CORTEX_A5 && !ADK_TARGET_ARCH_ARM_WITH_NEON
default "vfpv4" if ADK_TARGET_CPU_ARM_CORTEX_A7 && !ADK_TARGET_ARCH_ARM_WITH_NEON