config/binutils/sstrip.in
author Titus von Boxberg <titus@v9g.de>
Wed Nov 30 12:07:59 2011 +0100 (2011-11-30)
branch1.13
changeset 2843 aaa46c1a2c2a
parent 1856 e23ffb5c7928
permissions -rw-r--r--
scripts: use CT_CONFIG_SHELL instead of CT_SHELL

CT_SHELL is undefined.
Thus, the generated wrapper scripts are not executable by the kernel
because they do not contain a valid interpreter.
Use CT_CONFIG_SHELL instead.

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from cf509170838f4e289fe25617e3f3db1d6d6ffc41)
yann@149
     1
# Configuration file for sstrip tool facility
yann@2083
     2
yann@2083
     3
if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF
yann@149
     4
yann@1854
     5
comment "sstrip"
yann@1854
     6
yann@1854
     7
config SSTRIP
yann@1854
     8
    bool
yann@2083
     9
    prompt "sstrip (OBSOLETE)"
yann@149
    10
    help
yann@149
    11
      The sstrip utility, to maximise the striping of ELF binaries
yann@149
    12
      (executables and libraries).
yann@1856
    13
      
yann@2083
    14
      Buildroot version, forked off the original from ELFkickers.
yann@2083
    15
      This one is somewhat maintained by the buildroot guys.
yann@875
    16
      Supports big-endian systems.
yann@2083
    17
      
yann@2083
    18
      NOTE! Please read.
yann@2083
    19
        sstrip is now deprecated in crosstool-NG, as it has a few
yann@2083
    20
        shortcomings. For example: it breaks for PPC targets, it
yann@2083
    21
        does not build on non-ELF hosts (eg. mingw32, MacOS-X...).
yann@2083
    22
yann@2083
    23
endif