summaryrefslogtreecommitdiffstats
path: root/debian/patches/dont-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/dont-strip.patch')
-rw-r--r--debian/patches/dont-strip.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/dont-strip.patch b/debian/patches/dont-strip.patch
deleted file mode 100644
index 8d80b30..0000000
--- a/debian/patches/dont-strip.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Don't strip in post/cleanup
-
-Index: OSELAS.Toolchain/rules/post/cleanup.make
-===================================================================
---- OSELAS.Toolchain.orig/rules/post/cleanup.make
-+++ OSELAS.Toolchain/rules/post/cleanup.make
-@@ -14,7 +14,7 @@ $(STATEDIR)/world.cleanup: $(STATEDIR)/w
- -wholename "$(PTXCONF_SYSROOT_CROSS)/lib/gcc" -prune -o \
- -type f -name "*.a" -print0 | xargs -0 -r rm
- # # strip all host binaries
-- find $(TOOLCHAIN_CLEANUP_HOST_DIRS) \
-+ : || find $(TOOLCHAIN_CLEANUP_HOST_DIRS) \
- -wholename "$(PTXCONF_SYSROOT_CROSS)/lib/gcc" -prune -o \
- -type f \( -executable -o -name "*.so*" \) -print0 \
- | xargs -0 -n1 --verbose strip --preserve-dates || true