casaroli commented on code in PR #19584: URL: https://github.com/apache/nuttx/pull/19584#discussion_r3699902995
########## 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: FDPIC is only specified for ARM (Thumb-2). There is a stale draft specification for RV to support FDPIC but it never got accepted. -- 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]
