diff options
-rw-r--r-- | config/binutils.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/binutils.in b/config/binutils.in index 836d2518..a0fe0ef6 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -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 |