aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sstrip
Commit message (Collapse)AuthorAgeFilesLines
* tools/sstrip: update to latest versionRui Salvaterra2020-11-263-472/+36
| | | | | | | | | | | | | | | | Drop our local sstrip copy and use the current ELFKickers upstream version. Patch the original makefile in order to avoid building elftoc, since it fails with musl's elf.h. This is fine, since we only need sstrip anyway. Finally, add the possibility to pass additional arguments to sstrip and pass -z (remove trailing zeros) by default, which matches the behaviour of the previous version. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [shorten long commit msg lines] Signed-off-by: Paul Spooren <mail@aparcar.org>
* tools/sstrip: add PKG_{VERSION,RELEASE}Paul Spooren2020-07-231-0/+2
| | | | | | | | | | | | Comparing the in tree stored source file of sstrip suggests it's version 2.0[0], reflect that in the Makefile. Motivation is the tracking of changes in the buildsystem, which requires versioning of packages. [0]: https://github.com/BR903/ELFkickers/commit/df4426a0f0ada861064d75c08cbebaac7c16b3ae#diff-d3ba694d91432a068d5d3b36abf8cd0f Signed-off-by: Paul Spooren <mail@aparcar.org>
* tools/sstrip: Fix compile under standard linux.Rosen Penev2017-12-081-4/+5
| | | | | | bswap32 undefined is the issue. Added the proper header. Also fixed a few format/conversion warnings that clang complained about without -Wall or -Wextra. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* tools/sstrip: remove redundant -I flag that breaks build on some x86_64 ↵Felix Fietkau2012-12-021-1/+1
| | | | | | linux hosts SVN-Revision: 34455
* sstrip: remove a redundant copy of elf.hFelix Fietkau2012-12-022-2446/+1
| | | | SVN-Revision: 34448
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33140
* sstrip: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33107
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-1/+1
| | | | SVN-Revision: 29754
* Revert "[tools] sstrip: Correct include path to really get endian.h" (#8447)Florian Fainelli2010-12-121-1/+1
| | | | | | This reverts commit ac0f793ae985db73caf99916336569c211a759f8. SVN-Revision: 24516
* sstrip: Correct include path to really get endian.hDaniel Dickinson2010-12-121-1/+1
| | | | SVN-Revision: 24512
* Revert "[tools] sstrip: Was missing include of <byteswap.h>"Daniel Dickinson2010-12-121-1/+0
| | | | | | This reverts commit bcb48716d097c16834f222c267c73e847f4a8dd0. SVN-Revision: 24511
* sstrip: Was missing include of <byteswap.h>Daniel Dickinson2010-12-121-0/+1
| | | | SVN-Revision: 24510
* sstrip: fix a section length corruption bug (patch from #6847)Felix Fietkau2010-03-121-2/+1
| | | | SVN-Revision: 20154
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-5/+5
| | | | | | host-build steps SVN-Revision: 14610
* fix sstrip compile on mac os xFelix Fietkau2007-12-021-1/+1
| | | | SVN-Revision: 9645
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-11/+3
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* host-build.mk used incorrectlyMike Baker2007-05-101-1/+2
| | | | SVN-Revision: 7156
* fix missing PKG_NAMEFelix Fietkau2006-12-061-0/+1
| | | | SVN-Revision: 5703
* cleanupFelix Fietkau2006-10-142-26/+1
| | | | SVN-Revision: 5097
* finally move buildroot-ng to trunkFelix Fietkau2016-03-203-0/+2967