diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-14 14:10:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-14 14:10:10 +0200 |
commit | 4d6636f6b22718a4181833db4579a003c0893683 (patch) | |
tree | 3bc6bb9da8e97ac483da56e1f517833be9664bc2 /extra/Configs/Config.in | |
parent | 48591e2a259d84247ae38f050bd58e6f7450bb77 (diff) |
riscv32: allow ELF PIE noMMU build
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 716c4e06c..b814449b4 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -336,7 +336,8 @@ config STATIC_PIE depends on DOPIC && !UCLIBC_FORMAT_FDPIC_ELF && \ (TARGET_aarch64 || TARGET_arm || TARGET_i386 || \ TARGET_m68k || TARGET_mips || TARGET_powerpc || \ - TARGET_riscv64 || TARGET_x86_64 || TARGET_xtensa) + TARGET_riscv32 || TARGET_riscv64 || TARGET_x86_64 \ + || TARGET_xtensa) config ARCH_HAS_NO_SHARED bool |