config/binutils/sstrip.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Jul 02 19:49:02 2012 +0200 (2012-07-02)
changeset 2997 46f217337e13
parent 1856 e23ffb5c7928
permissions -rw-r--r--
libc/eglibc: remove upstreamed patch

Reported-by: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CAL2sKTnAC9K0uo36QPJEdAJmZqPZNJgWLhxLzhsvs4G-EfbvMA@mail.gmail.com>
     1 # Configuration file for sstrip tool facility
     2 
     3 if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
     4 
     5 comment "sstrip"
     6 
     7 config SSTRIP
     8     bool
     9     prompt "sstrip (OBSOLETE)"
    10     help
    11       The sstrip utility, to maximise the striping of ELF binaries
    12       (executables and libraries).
    13       
    14       Buildroot version, forked off the original from ELFkickers.
    15       This one is somewhat maintained by the buildroot guys.
    16       Supports big-endian systems.
    17       
    18       NOTE! Please read.
    19         sstrip is now deprecated in crosstool-NG, as it has a few
    20         shortcomings. For example: it breaks for PPC targets, it
    21         does not build on non-ELF hosts (eg. mingw32, MacOS-X...).
    22 
    23 endif