mirror of
https://git.yoctoproject.org/poky
synced 2026-08-04 04:17:45 +02:00
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>
20 lines
796 B
Diff
20 lines
796 B
Diff
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.
|