aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff')
-rw-r--r--meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
deleted file mode 100644
index 0a79b188..00000000
--- a/meta-aarch64/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-Upstream-Status: Pending
-
-Index: gdb/gdbserver/Makefile.in
-===================================================================
---- gdb/gdbserver/Makefile.in.orig 2011-03-09 23:32:02.000000000 -0800
-+++ gdb/gdbserver/Makefile.in 2011-08-05 21:16:43.592202579 -0700
-@@ -94,10 +94,10 @@
- CFLAGS = @CFLAGS@
-
- # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
--INTERNAL_CFLAGS_BASE = ${CFLAGS} ${GLOBAL_CFLAGS} \
-+INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \
- ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS}
- INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS)
--INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS)
-+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS}
-
- # LDFLAGS is specifically reserved for setting from the command line
- # when running make.
-INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS}
-
- # LDFLAGS is specifically reserved for setting from the command line
- # when running make.
- LDFLAGS = @LDFLAGS@
- INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@