xiaoxiang781216 commented on code in PR #19584:
URL: https://github.com/apache/nuttx/pull/19584#discussion_r3700062030


##########
binfmt/Kconfig:
##########
@@ -46,6 +46,55 @@ if NXFLAT
 source "binfmt/libnxflat/Kconfig"
 endif
 
+config FDPIC
+       bool "Enable the FDPIC ELF Binary Format"
+       default n
+       select BINFMT_LOADABLE
+       select PIC
+       depends on ARCH_ARM

Review Comment:
   at least RISC-V support too:
   https://maskray.me/blog/2024-02-20-mmu-less-systems-and-fdpic
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to