config/binutils/sstrip.in
changeset 3117 2b64e1b502cd
parent 3116 f7a40ba0b651
child 3118 51160d293e1f
     1.1 --- a/config/binutils/sstrip.in	Tue Nov 06 17:42:39 2012 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,23 +0,0 @@
     1.4 -# Configuration file for sstrip tool facility
     1.5 -
     1.6 -if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
     1.7 -
     1.8 -comment "sstrip"
     1.9 -
    1.10 -config SSTRIP
    1.11 -    bool
    1.12 -    prompt "sstrip (OBSOLETE)"
    1.13 -    help
    1.14 -      The sstrip utility, to maximise the striping of ELF binaries
    1.15 -      (executables and libraries).
    1.16 -      
    1.17 -      Buildroot version, forked off the original from ELFkickers.
    1.18 -      This one is somewhat maintained by the buildroot guys.
    1.19 -      Supports big-endian systems.
    1.20 -      
    1.21 -      NOTE! Please read.
    1.22 -        sstrip is now deprecated in crosstool-NG, as it has a few
    1.23 -        shortcomings. For example: it breaks for PPC targets, it
    1.24 -        does not build on non-ELF hosts (eg. mingw32, MacOS-X...).
    1.25 -
    1.26 -endif