aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-22 12:09:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-22 12:09:44 +0000
commitd2871e072e3f545a35e07d715f3cf02cf96c011d (patch)
treeb15166b8ea8fae433d335b17eef170f95e3c9d80 /Rules.mak
parenta8b167844d6d5982634e6f811a89c257bd36ba3f (diff)
downloadbusybox-w32-d2871e072e3f545a35e07d715f3cf02cf96c011d.tar.gz
busybox-w32-d2871e072e3f545a35e07d715f3cf02cf96c011d.tar.bz2
busybox-w32-d2871e072e3f545a35e07d715f3cf02cf96c011d.zip
Fixup largefile settings
-Erik git-svn-id: svn://busybox.net/trunk/busybox@5586 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 0f6f9b152..357529d1a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -162,7 +162,7 @@ OPTIMIZATIONS:=$(OPTIMIZATION) -fomit-frame-pointer
162 162
163ifeq ($(strip $(DOLFS)),true) 163ifeq ($(strip $(DOLFS)),true)
164 # For large file summit support 164 # For large file summit support
165 CFLAGS+=-D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 165 CFLAGS+=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
166endif 166endif
167ifeq ($(strip $(DODMALLOC)),true) 167ifeq ($(strip $(DODMALLOC)),true)
168 # For testing mem leaks with dmalloc 168 # For testing mem leaks with dmalloc