diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-20 20:15:41 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-20 20:15:41 +0000 |
commit | 72a649f99e310da921e00afa158cc6afd2afd9b9 (patch) | |
tree | df9dba5635775c93cebaf6d5350fe7a118530863 /config/binutils.in | |
parent | 45747a64532234fc700eca0712b5a81393ee9565 (diff) | |
download | crosstool-ng-72a649f99e310da921e00afa158cc6afd2afd9b9.tar.gz crosstool-ng-72a649f99e310da921e00afa158cc6afd2afd9b9.tar.bz2 crosstool-ng-72a649f99e310da921e00afa158cc6afd2afd9b9.zip |
/trunk:
- comment-out the "FD_PIC ELF" binary format:
it's not used/coded for now...
-------- diffstat follows --------
/trunk/config/binutils.in | 14 7 7 0 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
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 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 |