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/config/Config.in.cpu | |
parent | 4199b176f3218f5a56d011d715b6af38f7fbf820 (diff) |
or1k: can be build with hard-float and fenv
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 4124d9ebe..6b1370b66 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -1059,6 +1059,7 @@ config ADK_TARGET_CPU_OR1K select ADK_TARGET_SUPPORTS_LT select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU + select ADK_TARGET_CPU_WITH_FPU depends on ADK_TARGET_ARCH_OR1K # ppc32 |