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 /steps.mk | |
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 'steps.mk')
-rw-r--r-- | steps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ CT_STEPS := libc_check_config \ companion_libs_for_host \ binutils_for_host \ elf2flt_for_host \ - sstrip_for_host \ cc_core_pass_1 \ kernel_headers \ libc_start_files \ |