summaryrefslogtreecommitdiffstats
path: root/rules/cross-dummy-strip.in
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-12-25 21:11:59 +0100
committerWolfram Sang <w.sang@pengutronix.de>2009-12-26 21:25:52 +0100
commitb0b990da3d10efe6368004408649bd3b35fd0b47 (patch)
tree7d201441cd073abba878cf953949bf41ecf6e47b /rules/cross-dummy-strip.in
parentbfb2140abf6a0545ee9ca0cda5ea731801f849df (diff)
downloadptxdist-b0b990da3d10efe6368004408649bd3b35fd0b47.tar.gz
ptxdist-b0b990da3d10efe6368004408649bd3b35fd0b47.tar.xz
[sysroot-cross] add dummy-strip
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>
Diffstat (limited to 'rules/cross-dummy-strip.in')
-rw-r--r--rules/cross-dummy-strip.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/cross-dummy-strip.in b/rules/cross-dummy-strip.in
new file mode 100644
index 000000000..d9f04ae61
--- /dev/null
+++ b/rules/cross-dummy-strip.in
@@ -0,0 +1,8 @@
+## SECTION=crosstools
+
+config CROSS_DUMMY_STRIP
+ bool
+ default y
+ help
+ Dummy, no-op strip to prevent leak-in of the host strip-version.
+ Always selected.