Re-enable the FD_PIC ELF configuration option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed Apr 07 09:20:05 2010 +0200 (2010-04-07)
changeset 18875d872df743fe
parent 1886 6cebc65d4a55
child 1888 b82375bb7acd
Re-enable the FD_PIC ELF configuration option

Blackfin uses FD_PIC ELF format to provide shared libraries on a
non-MMU architecture.
config/binutils.in
     1.1 --- a/config/binutils.in	Wed Apr 07 09:19:16 2010 +0200
     1.2 +++ b/config/binutils.in	Wed Apr 07 09:20:05 2010 +0200
     1.3 @@ -26,13 +26,13 @@
     1.4        This will build flat binaries, suitable for
     1.5        MMU-less architectures.
     1.6  
     1.7 -#config ARCH_BINFMT_FDPIC
     1.8 -#    bool
     1.9 -#    prompt "FD_PIC ELF"
    1.10 -#    help
    1.11 -#      This will build FD_PIC ELF binaries, suitable for
    1.12 -#      MMU-less architectures that still require to use
    1.13 -#      shared libraries (FIXME).
    1.14 +config ARCH_BINFMT_FDPIC
    1.15 +    bool
    1.16 +    prompt "FD_PIC ELF"
    1.17 +    help
    1.18 +      This will build FD_PIC ELF binaries, suitable for
    1.19 +      MMU-less architectures that still require to use
    1.20 +      shared libraries (FIXME).
    1.21  
    1.22  endif # ! ARCH_USE_MMU
    1.23