22 lines
1.1 KiB
Diff
22 lines
1.1 KiB
Diff
diff -r 0eab1869ef66 tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
|
|
--- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in Thu Sep 04 11:42:38 2008 +0100
|
|
+++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in Thu Sep 11 15:45:31 2008 -0600
|
|
@@ -90,7 +90,7 @@ GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS
|
|
GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
|
|
#PROFILE_CFLAGS = -pg
|
|
|
|
-WARN_CFLAGS = -Wall
|
|
+WARN_CFLAGS = -Wall -Wno-sequence-point
|
|
|
|
# CFLAGS is specifically reserved for setting from the command line
|
|
# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
|
|
@@ -260,7 +260,7 @@ linux-low.o: linux-low.c $(linux_low_h)
|
|
$(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< @USE_THREAD_DB@
|
|
|
|
linux-xen-low.o: linux-xen-low.c $(linux_low_h) $(server_h)
|
|
- $(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< @USE_THREAD_DB@
|
|
+ $(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) -I../../../../../include/ $< @USE_THREAD_DB@
|
|
|
|
linux-arm-low.o: linux-arm-low.c $(linux_low_h) $(server_h)
|
|
linux-i386-low.o: linux-i386-low.c $(linux_low_h) $(server_h)
|