aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/binutils/sstrip.sh
Commit message (Collapse)AuthorAgeFilesLines
* binutils/sstrip: removeYann Diorcet2012-11-191-43/+0
| | | | | | | | | | | 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
* binutils: split binutils to backend/frontend, a-la cc_coreYann E. MORIN"2011-07-171-7/+10
| | | | | | | | | | | | | | | | Move the actual binutils code to a backend function that builds the required combo of build/host/target as requested by a frontend. This split is currently a no-op, but is required for the upcoming canadian-cross rework, where we'll be needing to build two binutils, one for build/build/target, and one for build/host/target. This applies to the three binutils: - GNU binutils - elf2flt - sstrip Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/sstrip: build statically for static toolchainsYann E. MORIN"2011-02-271-1/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/sstrip: fix when sstrip is disabledYann E. MORIN"2010-03-241-3/+3
|
* binutils/sstrip: get rid of ELFkickersYann E. MORIN"2010-03-171-54/+29
| | | | | ELFkickers are looong dead and unmaintained, and the sstrip from buildroot is working fine *and* is maintained.
* tools: move sstrip to the binary utilities menuYann E. MORIN"2010-03-171-0/+60
sstrip is now alone in its 'tools' menu, and we will probably never gain any other 'tool'. Besides, sstrip is just strip, but a little bit more agressive, so it deserves going to the 'binary utilities' menu.