aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 3510577..0886c0e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -993,7 +993,10 @@ TARGET_FLAGS_TO_PASS = \
"RUNTEST=$(RUNTEST)" \
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
"FORCE_PARALLEL=$(FORCE_PARALLEL)" \
- "TESTS=$(TESTS)"
+ "TESTS=$(TESTS)" \
+ "GDB_DEBUG=$(GDB_DEBUG)" \
+ "GDBSERVER_DEBUG=$(GDBSERVER_DEBUG)" \
+
# All source files that go into linking GDB.