summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-08-05 22:35:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:20 +0100
commit7ae7e7e09a0ecb76413754c70e12fda14d64a0be (patch)
treefd6fc8546949cda5b7cca2ec2e7eaed38a3f9a32 /meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
parent4a5336d403bb0b8dfe2e5f863288a7d3489132c2 (diff)
downloadpoky-7ae7e7e09a0ecb76413754c70e12fda14d64a0be.tar.gz
gdb: Update to 7.3
This has one upstream patch removed and a couple rebased (From OE-Core rev: e1e9ee24e82e0ad45cf18387e131d2365c8e77b4) 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/gdbserver-cflags-last.diff')
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff16
1 files changed, 9 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 0475a42776..8256f17c30 100644
--- a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
+++ b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
@@ -2,16 +2,18 @@ Upstream-Status: Pending
2 2
3Index: gdb/gdbserver/Makefile.in 3Index: gdb/gdbserver/Makefile.in
4=================================================================== 4===================================================================
5--- gdb/gdbserver/Makefile.in.orig 5--- gdb/gdbserver/Makefile.in.orig 2011-03-09 23:32:02.000000000 -0800
6+++ gdb/gdbserver/Makefile.in 6+++ gdb/gdbserver/Makefile.in 2011-08-05 21:16:43.592202579 -0700
7@@ -89,8 +89,8 @@ WARN_CFLAGS = -Wall 7@@ -94,10 +94,10 @@
8 CFLAGS = @CFLAGS@ 8 CFLAGS = @CFLAGS@
9 9
10 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. 10 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
11-INTERNAL_CFLAGS = $(WARN_CFLAGS) ${CFLAGS} ${GLOBAL_CFLAGS} \ 11-INTERNAL_CFLAGS_BASE = ${CFLAGS} ${GLOBAL_CFLAGS} \
12- ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} 12+INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \
13+INTERNAL_CFLAGS = $(WARN_CFLAGS) ${GLOBAL_CFLAGS} \ 13 ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS}
14+ ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${CFLAGS} 14 INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS)
15-INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS)
16+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS}
15 17
16 # LDFLAGS is specifically reserved for setting from the command line 18 # LDFLAGS is specifically reserved for setting from the command line
17 # when running make. 19 # when running make.