aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 21:17:45 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 21:17:45 +0100
commit326450f67e011c6cb6ced17c8dcb5e7a8442057d (patch)
treecee4a75a40c795a063b54ee703fcf9cf0ade0785 /tools/debugger
parente2b8c751654956aef727ec7ee17091cd8e0938ac (diff)
downloadxen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.tar.gz
xen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.tar.bz2
xen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.zip
Clean up the usage of CFLAGS. This is nice for packagers, who would
like to control the base compilation flags from a central place. Signed-off-by: Charles Coffing <ccoffing@novell.com>
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/libxendebug/Makefile2
-rw-r--r--tools/debugger/pdb/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/debugger/libxendebug/Makefile b/tools/debugger/libxendebug/Makefile
index 0d8881ad49..1708802116 100644
--- a/tools/debugger/libxendebug/Makefile
+++ b/tools/debugger/libxendebug/Makefile
@@ -14,7 +14,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SRCS := xendebug.c
-CFLAGS += -Wall -Werror -O3 -fno-strict-aliasing
+CFLAGS += -Werror -O3 -fno-strict-aliasing
CFLAGS += $(INCLUDES) -I. -I$(XEN_ROOT)/tools/libxc
# Get gcc to generate the dependencies for us.
CFLAGS += -Wp,-MD,.$(@F).d
diff --git a/tools/debugger/pdb/Makefile b/tools/debugger/pdb/Makefile
index 85f8beaff7..1842ec7d0b 100644
--- a/tools/debugger/pdb/Makefile
+++ b/tools/debugger/pdb/Makefile
@@ -20,7 +20,6 @@ INCLUDES += -I ./linux-2.6-module
INCLUDES += -I $(OCAML_ROOT)/lib/ocaml
CFLAGS += $(INCLUDES)
-CFLAGS += -Wall
CFLAGS += -Werror
CFLAGS += -g