casaroli commented on code in PR #19673:
URL: https://github.com/apache/nuttx/pull/19673#discussion_r3765654474
##########
binfmt/Kconfig:
##########
@@ -60,6 +60,35 @@ config ELF_STACKSIZE
default DEFAULT_TASK_STACKSIZE
---help---
This is the default stack size that will be used when starting
ELF binaries.
+
+config ELF_FDPIC
+ bool "FDPIC modules"
+ default n
+ select PIC
+ depends on ARCH_ARMV7M || ARCH_ARMV8M
Review Comment:
I think we should add `ARCH_HAVE_ELF_FDPIC` and since only ARM support it
(for now), we select it there, and here we just check for it
--
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]