summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-04-13 05:46:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-04-13 05:50:46 +0200
commit6fda17ba18a771f8a92ff697866359e703e4f535 (patch)
treed02ae61b9e6f09d591ddadaf54c5026a7349da27 /target/config
parent5f5062e63cc130f75a99303b41a452678c8f8f86 (diff)
binfmt: add riscv32 for ELF PIE on noMMU
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binfmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 70e0cc585..2c690724a 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -9,7 +9,7 @@ config ADK_TARGET_BINFMT_ELF
bool "ELF"
select ADK_TARGET_USE_STATIC_LIBS_ONLY if !ADK_TARGET_WITH_MMU
depends on ADK_TARGET_WITH_MMU || ADK_TARGET_ARCH_ARM || \
- ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_RISCV64
+ ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"