summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/apptrk/apptrk/no-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/apptrk/apptrk/no-strip.patch')
-rw-r--r--recipes-bsp/apptrk/apptrk/no-strip.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-bsp/apptrk/apptrk/no-strip.patch b/recipes-bsp/apptrk/apptrk/no-strip.patch
new file mode 100644
index 0000000..a8cf620
--- /dev/null
+++ b/recipes-bsp/apptrk/apptrk/no-strip.patch
@@ -0,0 +1,20 @@
1Disable stripping of binaries
2
3We don't want to strip these as this is handled separately at package
4time.
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Chunrong Guo <B40290@freescale.com>
9
10--- a/Makefileold 2015-01-07 03:45:32.786477574 -0600
11+++ b/Makefile 2015-01-07 03:46:28.426475588 -0600
12@@ -62,7 +62,7 @@
13 # CFLAGS += -DENABLE_64BIT_SUPPORT
14
15
16-LDFLAGS += -s
17+
18
19 # Add inputs and outputs from these tool invocations to the build variables
20