diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-07 09:20:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-07 09:20:05 +0200 |
commit | d2248b1728894d3f3f37db227dc1913e02ca72c3 (patch) | |
tree | 99e615383ad8d7d5da3785ea9754f1e0209b0197 /config/binutils.in | |
parent | ea8b5ddce54699a7b359ace1d6b63ac50246d1e3 (diff) | |
download | crosstool-ng-d2248b1728894d3f3f37db227dc1913e02ca72c3.tar.gz crosstool-ng-d2248b1728894d3f3f37db227dc1913e02ca72c3.tar.bz2 crosstool-ng-d2248b1728894d3f3f37db227dc1913e02ca72c3.zip |
Re-enable the FD_PIC ELF configuration option
Blackfin uses FD_PIC ELF format to provide shared libraries on a
non-MMU architecture.
Diffstat (limited to 'config/binutils.in')
-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 60fc99b1..d5240659 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 |