summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff')
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
new file mode 100644
index 0000000000..4dfc419c43
--- /dev/null
+++ b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
@@ -0,0 +1,25 @@
1Upstream-Status: Pending
2
3---
4 gdb/gdbserver/Makefile.in | 4 ++--
5 1 file changed, 2 insertions(+), 2 deletions(-)
6
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".
12 CFLAGS = @CFLAGS@
13
14 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
15-INTERNAL_CFLAGS_BASE = ${CFLAGS} ${GLOBAL_CFLAGS} \
16+INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \
17 ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS}
18 INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS)
19-INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) -DGDBSERVER
20+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS} -DGDBSERVER
21
22 # LDFLAGS is specifically reserved for setting from the command line
23 # when running make.
24 LDFLAGS = @LDFLAGS@
25 INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@