diff options
author | Yann Diorcet <diorcet.yann@gmail.com> | 2012-11-19 11:19:54 +0100 |
---|---|---|
committer | Yann Diorcet <diorcet.yann@gmail.com> | 2012-11-19 11:19:54 +0100 |
commit | ba31ed29c42454d4cd1c1792128ca19944e5a455 (patch) | |
tree | bae7ab51635a8b90d58cf6db91b87c70ad6f64a7 /config | |
parent | 062547b04d929d0f7e40ace215495e56fd5fd806 (diff) | |
download | crosstool-ng-ba31ed29c42454d4cd1c1792128ca19944e5a455.tar.gz crosstool-ng-ba31ed29c42454d4cd1c1792128ca19944e5a455.tar.bz2 crosstool-ng-ba31ed29c42454d4cd1c1792128ca19944e5a455.zip |
binutils/sstrip: remove
sstrip has been obsoleted for a while now, as it's still broken
for some archs, and there seems to be no incentive to fix it
upstream. Besides, the space gained with sstrip is marginal at
best.
Signed-off-by: Yann Diorcet <diorcet.yann@gmail.com>
Message-Id: <65c8bf534d0647ce52cd.1353320545@macbook-smorlat.local>
Patchwork-Id: 199970
Diffstat (limited to 'config')
-rw-r--r-- | config/binutils.in | 1 | ||||
-rw-r--r-- | config/binutils/sstrip.in | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/config/binutils.in b/config/binutils.in index dc269bb1..eda06d67 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -40,6 +40,5 @@ endchoice source "config/binutils/binutils.in" source "config/binutils/elf2flt.in" -source "config/binutils/sstrip.in" endmenu diff --git a/config/binutils/sstrip.in b/config/binutils/sstrip.in deleted file mode 100644 index c5dfc902..00000000 --- a/config/binutils/sstrip.in +++ /dev/null @@ -1,23 +0,0 @@ -# Configuration file for sstrip tool facility - -if OBSOLETE && ! BACKEND && ARCH_BINFMT_ELF - -comment "sstrip" - -config SSTRIP - bool - prompt "sstrip (OBSOLETE)" - help - The sstrip utility, to maximise the striping of ELF binaries - (executables and libraries). - - Buildroot version, forked off the original from ELFkickers. - This one is somewhat maintained by the buildroot guys. - Supports big-endian systems. - - NOTE! Please read. - sstrip is now deprecated in crosstool-NG, as it has a few - shortcomings. For example: it breaks for PPC targets, it - does not build on non-ELF hosts (eg. mingw32, MacOS-X...). - -endif |