Added largefile support under Linux.

committer: mfx <mfx> 1034637175 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-14 23:12:55 +00:00
parent bd191af41b
commit 1ba9ce283b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -195,6 +195,7 @@ LDFLAGS += $(LDLIBDIRS)
ifeq ($(target),linux)
override arch := $(shell uname -m | sed -e 's/^i[3456789]86$$/i386/')
DEFS += '-DUPX_CONFIG_H="config_h/linux.h"'
DEFS += -D_FILE_OFFSET_BITS=64
LDLIBS += -lmcheck
ifeq ($(arch),i386)
CC += -march=i386 -mcpu=i586