mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Re-enable the FD_PIC ELF configuration option
Blackfin uses FD_PIC ELF format to provide shared libraries on a non-MMU architecture.
This commit is contained in:
parent
ea8b5ddce5
commit
d2248b1728
@ -26,13 +26,13 @@ config ARCH_BINFMT_FLAT
|
||||
This will build flat binaries, suitable for
|
||||
MMU-less architectures.
|
||||
|
||||
#config ARCH_BINFMT_FDPIC
|
||||
# bool
|
||||
# prompt "FD_PIC ELF"
|
||||
# help
|
||||
# This will build FD_PIC ELF binaries, suitable for
|
||||
# MMU-less architectures that still require to use
|
||||
# shared libraries (FIXME).
|
||||
config ARCH_BINFMT_FDPIC
|
||||
bool
|
||||
prompt "FD_PIC ELF"
|
||||
help
|
||||
This will build FD_PIC ELF binaries, suitable for
|
||||
MMU-less architectures that still require to use
|
||||
shared libraries (FIXME).
|
||||
|
||||
endif # ! ARCH_USE_MMU
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user