aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Rules.mk
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/libfsimage/Rules.mk
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/libfsimage/Rules.mk')
-rw-r--r--tools/libfsimage/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/Rules.mk b/tools/libfsimage/Rules.mk
index 9fd15de4ce..9d49c6373d 100644
--- a/tools/libfsimage/Rules.mk
+++ b/tools/libfsimage/Rules.mk
@@ -2,7 +2,7 @@ include $(XEN_ROOT)/tools/Rules.mk
DEPS = .*.d
-CFLAGS += -I$(XEN_ROOT)/tools/libfsimage/common/ -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wp,-MD,.$(@F).d
+CFLAGS += -I$(XEN_ROOT)/tools/libfsimage/common/ -Werror -Wp,-MD,.$(@F).d
LDFLAGS += -L../common/
PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y))