repo.or.cz
/
cslatevm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
727f723
)
Attempt to support Linux LFS (large-file-support, for 64-bit files).
author
briantrice
<briantrice@gmail.com>
Thu, 3 Jun 2010 20:04:10 +0000 (13:04 -0700)
committer
briantrice
<briantrice@gmail.com>
Thu, 3 Jun 2010 20:04:10 +0000 (13:04 -0700)
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/common.mk
index
63c34a3
..
c6d3a03
100644
(file)
--- a/
common.mk
+++ b/
common.mk
@@
-159,6
+159,7
@@
CFLAGS +=-DSLATE_DEFAULT_IMAGE=$(DEFAULT_IMAGE)
ifdef WORD_SIZE
CFLAGS += -m$(WORD_SIZE)
+ CFLAGS += -D_FILE_OFFSET_BITS=$(WORD_SIZE)
endif
#ifeq ($(CPU_TYPE), i686)