config/binutils/sstrip.in
changeset 1856 e23ffb5c7928
parent 1855 73917704e1d7
child 2083 6ee3e9c4b0ab
     1.1 --- a/config/binutils/sstrip.in	Wed Mar 17 00:24:25 2010 +0100
     1.2 +++ b/config/binutils/sstrip.in	Wed Mar 17 00:28:14 2010 +0100
     1.3 @@ -11,42 +11,7 @@
     1.4      help
     1.5        The sstrip utility, to maximise the striping of ELF binaries
     1.6        (executables and libraries).
     1.7 -
     1.8 -if SSTRIP
     1.9 -
    1.10 -choice
    1.11 -    bool
    1.12 -    prompt "Use sstrip from:"
    1.13 -
    1.14 -config SSTRIP_BUILDROOT
    1.15 -    bool
    1.16 -    prompt "buildroot"
    1.17 -    help
    1.18 +      
    1.19        Buildroot version, forked off the original from ELFkickers.  This one
    1.20        is somewhat maintained by the buildroot guys.   
    1.21        Supports big-endian systems.
    1.22 -
    1.23 -config SSTRIP_ELFKICKERS
    1.24 -    bool
    1.25 -    prompt "ELFkickers (OBSOLETE)"
    1.26 -    depends on OBSOLETE
    1.27 -    help
    1.28 -      The original, ageing version, of sstrip from ELFkickers.
    1.29 -      Fully functional, but not maintained anymore.
    1.30 -
    1.31 -endchoice
    1.32 -
    1.33 -config SSTRIP_FROM
    1.34 -    string
    1.35 -    default "ELFkickers"    if SSTRIP_ELFKICKERS
    1.36 -    default "buildroot"     if SSTRIP_BUILDROOT
    1.37 -
    1.38 -if SSTRIP_ELFKICKERS
    1.39 -
    1.40 -config SSTRIP_ELFKICKERS_VERSION
    1.41 -    string
    1.42 -    default "2.0a"
    1.43 -
    1.44 -endif
    1.45 -
    1.46 -endif # SSTRIP