aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/rstrip.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: rstrip.sh: allow rpath with sole $ORIGIN tokenYorkie Liu2018-12-191-1/+1
| | | | | | | | | | | | | | 2efe776 introduces rpath checks with the commit message: > Remove all rpath entries which do not point to a location below /lib or > /usr/lib and which do not begin with '$ORIGIN'. However the implementation failed to support rpath entries with only the '$ORIGIN' token and no trailing slash, so allow these as well. Signed-off-by: Yorkie Liu <yazhong.liu@rokid.com> [reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* rstrip.sh: fix handling variations in "file" outputFelix Fietkau2017-02-191-1/+1
| | | | | | On some systems, file adds ", with debug info" after "not stripped" Signed-off-by: Felix Fietkau <nbd@nbd.name>
* scripts: extend rstrip.sh to remove bad rpathsJo-Philipp Wich2015-02-101-1/+11
| | | | | | | | | Remove all rpath entries which do not point to a location below /lib or /usr/lib and which do not begin with '$ORIGIN'. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44377
* strip kernel modules more aggressively: make all global symbols local, ↵Felix Fietkau2012-02-201-20/+1
| | | | | | rename all symbols in the symbol table to make them compress better SVN-Revision: 30662
* add a workaround to rstrip restoring exec perms when they got changed by sstripNicolas Thill2009-04-211-0/+3
| | | | SVN-Revision: 15312
* strip relocatable binaries (not depending on the extension) ( thanks to Thomas )Ralph Hempel2009-03-021-1/+1
| | | | SVN-Revision: 14726
* more fixes for rstrip.sh and kernel modules - fixes #1301Felix Fietkau2007-02-091-2/+21
| | | | SVN-Revision: 6280
* always return true in rstrip.shFelix Fietkau2007-01-201-0/+1
| | | | SVN-Revision: 6132
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+35