aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-07-07 10:31:15 +0100
committerKeir Fraser <keir@xensource.com>2007-07-07 10:31:15 +0100
commit43aa5ed8c07cf9772cea872cde6adb6c4eef6095 (patch)
tree053fb33a0df970301b7a057bccc3d9300e9a3425 /tools/xcutils
parent6cd1c1ec4490760495eb9d1836abf27efc26c2d0 (diff)
downloadxen-43aa5ed8c07cf9772cea872cde6adb6c4eef6095.tar.gz
xen-43aa5ed8c07cf9772cea872cde6adb6c4eef6095.tar.bz2
xen-43aa5ed8c07cf9772cea872cde6adb6c4eef6095.zip
Specify -fno-strict-aliasing in root build config file.
Fixes correctness issues with xenstored and gcc-4.2. Original patch by Charles Coffing <ccoffing@novell.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index f8ac92f7d9..df7ee8613f 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -15,7 +15,7 @@ PROGRAMS_INSTALL_DIR = /usr/$(LIBDIR)/xen/bin
INCLUDES += -I $(XEN_LIBXC) -I $(XEN_XENSTORE)
-CFLAGS += -Werror -fno-strict-aliasing
+CFLAGS += -Werror
CFLAGS += $(INCLUDES)
# Make gcc generate dependencies.