config/tools/sstrip.in
changeset 1854 02b74bd4373f
parent 1853 8676886c1ca9
child 1855 73917704e1d7
     1.1 --- a/config/tools/sstrip.in	Mon Mar 15 22:02:02 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,42 +0,0 @@
     1.4 -# Configuration file for sstrip tool facility
     1.5 -# depends on ! BACKEND
     1.6 -
     1.7 -config TOOL_sstrip
     1.8 -    help
     1.9 -      The sstrip utility, to maximise the striping of ELF binaries
    1.10 -      (executables and libraries).
    1.11 -
    1.12 -choice
    1.13 -    bool
    1.14 -    prompt "Use sstrip from:"
    1.15 -
    1.16 -config SSTRIP_BUILDROOT
    1.17 -    bool
    1.18 -    prompt "buildroot"
    1.19 -    help
    1.20 -      Buildroot version, forked off the original from ELFkickers.  This one
    1.21 -      is somewhat maintained by the buildroot guys.   
    1.22 -      Supports big-endian systems.
    1.23 -
    1.24 -config SSTRIP_ELFKICKERS
    1.25 -    bool
    1.26 -    prompt "ELFkickers (OBSOLETE)"
    1.27 -    depends on OBSOLETE
    1.28 -    help
    1.29 -      The original, ageing version, of sstrip from ELFkickers.
    1.30 -      Fully functional, but not maintained anymore.
    1.31 -
    1.32 -endchoice
    1.33 -
    1.34 -config SSTRIP_FROM
    1.35 -    string
    1.36 -    default "ELFkickers"    if SSTRIP_ELFKICKERS
    1.37 -    default "buildroot"     if SSTRIP_BUILDROOT
    1.38 -
    1.39 -if SSTRIP_ELFKICKERS
    1.40 -
    1.41 -config SSTRIP_ELFKICKERS_VERSION
    1.42 -    string
    1.43 -    default "2.0a"
    1.44 -
    1.45 -endif