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 | |
parent | 4199b176f3218f5a56d011d715b6af38f7fbf820 (diff) |
or1k: can be build with hard-float and fenv
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 1 | ||||
-rw-r--r-- | target/config/Config.in.float | 1 |
2 files changed, 2 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 diff --git a/target/config/Config.in.float b/target/config/Config.in.float index 3fd79d2b9..a01f1da65 100644 --- a/target/config/Config.in.float +++ b/target/config/Config.in.float @@ -8,6 +8,7 @@ depends on ADK_TARGET_ARCH_ARM || \ ADK_TARGET_ARCH_M68K || \ ADK_TARGET_ARCH_MIPS || \ ADK_TARGET_ARCH_NIOS2 || \ + ADK_TARGET_ARCH_OR1K || \ ADK_TARGET_ARCH_PPC config ADK_TARGET_HARD_FLOAT |