summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-05-09 10:48:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-12 09:37:30 +0100
commit2d912e2dfb04d10c5cd0ead33e3e5bd89f4ad5c7 (patch)
treee4518395414bdf887558bafbf699bb7f27ca2da8 /meta/recipes-devtools/gdb/gdb
parent01985fc6982b3a1ab09c30ac1b887f5c06c7e3d0 (diff)
downloadpoky-2d912e2dfb04d10c5cd0ead33e3e5bd89f4ad5c7.tar.gz
gdb: add 7.6 version
(From OE-Core rev: ace67d28ab295451a59edcf02447bcd9095b3edb) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff20
1 files changed, 13 insertions, 7 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
index 8256f17c30..4dfc419c43 100644
--- a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
+++ b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
@@ -1,10 +1,14 @@
1Upstream-Status: Pending 1Upstream-Status: Pending
2 2
3Index: gdb/gdbserver/Makefile.in 3---
4=================================================================== 4 gdb/gdbserver/Makefile.in | 4 ++--
5--- gdb/gdbserver/Makefile.in.orig 2011-03-09 23:32:02.000000000 -0800 5 1 file changed, 2 insertions(+), 2 deletions(-)
6+++ gdb/gdbserver/Makefile.in 2011-08-05 21:16:43.592202579 -0700 6
7@@ -94,10 +94,10 @@ 7--- gdb/gdbserver/Makefile.in.orig
8+++ gdb/gdbserver/Makefile.in
9@@ -118,14 +118,14 @@ WARN_CFLAGS_NO_FORMAT = `echo " $(WARN_C
10 # CFLAGS is specifically reserved for setting from the command line
11 # when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
8 CFLAGS = @CFLAGS@ 12 CFLAGS = @CFLAGS@
9 13
10 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. 14 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
@@ -12,8 +16,10 @@ Index: gdb/gdbserver/Makefile.in
12+INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \ 16+INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \
13 ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} 17 ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS}
14 INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS) 18 INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS)
15-INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) 19-INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) -DGDBSERVER
16+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS} 20+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS} -DGDBSERVER
17 21
18 # LDFLAGS is specifically reserved for setting from the command line 22 # LDFLAGS is specifically reserved for setting from the command line
19 # when running make. 23 # when running make.
24 LDFLAGS = @LDFLAGS@
25 INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@