aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:54:48 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:54:48 +0000
commit9f941deb8409d6f28e5fad8e01a00aba37934c96 (patch)
tree91fe24e288d233c8f839442fe343da1ca2763013 /tools/xentrace/Makefile
parent4fa75a7c3b58f11b028905f6a1d3af3c871b4b7a (diff)
downloadxen-9f941deb8409d6f28e5fad8e01a00aba37934c96.tar.gz
xen-9f941deb8409d6f28e5fad8e01a00aba37934c96.tar.bz2
xen-9f941deb8409d6f28e5fad8e01a00aba37934c96.zip
[TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index eafc5bba85..ce8e4904a8 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -1,7 +1,7 @@
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Werror -D_LARGEFILE64_SOURCE
+CFLAGS += -Werror
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)