aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/lib
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/blktap/lib
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/blktap/lib')
-rw-r--r--tools/blktap/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile
index 833887ade0..f5621e1e23 100644
--- a/tools/blktap/lib/Makefile
+++ b/tools/blktap/lib/Makefile
@@ -16,7 +16,7 @@ SRCS += xenbus.c blkif.c xs_api.c
CFLAGS += -Werror
CFLAGS += -Wno-unused
-CFLAGS += -fno-strict-aliasing -fPIC
+CFLAGS += -fPIC
# get asprintf():
CFLAGS += -D _GNU_SOURCE