config/binutils/sstrip.in
changeset 2488 58a28561f1bc
parent 1856 e23ffb5c7928
     1.1 --- a/config/binutils/sstrip.in	Wed Mar 17 00:28:14 2010 +0100
     1.2 +++ b/config/binutils/sstrip.in	Tue May 31 20:39:42 2011 +0200
     1.3 @@ -1,17 +1,23 @@
     1.4  # Configuration file for sstrip tool facility
     1.5 -# depends on ! BACKEND
     1.6 +
     1.7 +if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
     1.8  
     1.9  comment "sstrip"
    1.10 -    depends on ARCH_BINFMT_ELF
    1.11  
    1.12  config SSTRIP
    1.13      bool
    1.14 -    prompt "sstrip"
    1.15 -    depends on ARCH_BINFMT_ELF
    1.16 +    prompt "sstrip (OBSOLETE)"
    1.17      help
    1.18        The sstrip utility, to maximise the striping of ELF binaries
    1.19        (executables and libraries).
    1.20        
    1.21 -      Buildroot version, forked off the original from ELFkickers.  This one
    1.22 -      is somewhat maintained by the buildroot guys.   
    1.23 +      Buildroot version, forked off the original from ELFkickers.
    1.24 +      This one is somewhat maintained by the buildroot guys.
    1.25        Supports big-endian systems.
    1.26 +      
    1.27 +      NOTE! Please read.
    1.28 +        sstrip is now deprecated in crosstool-NG, as it has a few
    1.29 +        shortcomings. For example: it breaks for PPC targets, it
    1.30 +        does not build on non-ELF hosts (eg. mingw32, MacOS-X...).
    1.31 +
    1.32 +endif