debuggers.hg
changeset 4645:a1c65fd28aec
bitkeeper revision 1.1349 (4266f0e3WdYR9ou-iJ615G_cx6Whhg)
[PATCH] use-large-file-api.patch
Support > 2G root fs on i386.
Signed-off-by: Xin B Li <xin.b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
[PATCH] use-large-file-api.patch
Support > 2G root fs on i386.
Signed-off-by: Xin B Li <xin.b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
author | arun.sharma@intel.com[iap10] |
---|---|
date | Thu Apr 21 00:16:35 2005 +0000 (2005-04-21) |
parents | 75e466e245dc |
children | ebeac8efe955 |
files | tools/ioemu/iodev/Makefile |
line diff
1.1 --- a/tools/ioemu/iodev/Makefile Thu Apr 21 00:11:07 2005 +0000 1.2 +++ b/tools/ioemu/iodev/Makefile Thu Apr 21 00:16:35 2005 +0000 1.3 @@ -3,6 +3,12 @@ include $(XEN_ROOT)/tools/Rules.mk 1.4 1.5 TOPDIR= .. 1.6 CXXFLAGS=-I. -I../include -I.. 1.7 + 1.8 +ARCH=$(shell uname -i) 1.9 +ifeq ($(ARCH), i386) 1.10 +CXXFLAGS+=-D_FILE_OFFSET_BITS=64 1.11 +endif 1.12 + 1.13 OBJS=$(patsubst %.cc,%.o,$(wildcard *.cc)) 1.14 BXLIBS = ../gui/libgui.a ../memory/libmemory.a 1.15 LDLIBS= $(BXLIBS) $(X11_LDPATH) -lX11 -lXpm -lstdc++ -L../../../tools/libxc -L../../../tools/libxutil -lxc -lxutil -lpthread -lncurses