2010-09-28 00:07:20 +02:00
|
|
|
Index: xen-4.0.0-testing/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
|
2008-09-25 01:20:56 +02:00
|
|
|
===================================================================
|
2010-09-28 00:07:20 +02:00
|
|
|
--- xen-4.0.0-testing.orig/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
|
|
|
|
+++ xen-4.0.0-testing/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
|
2008-09-25 01:20:56 +02:00
|
|
|
@@ -90,7 +90,7 @@ INCLUDE_CFLAGS = -I. -I${srcdir} -I$(src
|
2008-09-12 17:57:53 +02:00
|
|
|
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".
|
2010-09-28 00:07:20 +02:00
|
|
|
@@ -260,7 +260,7 @@ linux-low.o: linux-low.c $(linux_low_h)
|
2008-09-12 17:57:53 +02:00
|
|
|
$(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)
|