summaryrefslogtreecommitdiffstats
path: root/rules/cross-dummy-strip.in
Commit message (Collapse)AuthorAgeFilesLines
* [sysroot-cross] add dummy-stripWolfram Sang2009-12-261-0/+8
Provide a dummy, no-op version of strip as a lot of makefiles (and install -s) execute just 'strip' and this leaks in the host version. This approach should be OK as we do stripping at a later stage anyway and want to keep the debug-info until then. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>