make/linux/makefiles/vm.make

changeset 5309
feae15578b2f
parent 5237
f2110083203d
child 5403
90d6c221d4e5
     1.1 --- a/make/linux/makefiles/vm.make	Fri Jun 21 00:59:12 2013 -0700
     1.2 +++ b/make/linux/makefiles/vm.make	Fri Jun 07 09:46:58 2013 -0700
     1.3 @@ -107,6 +107,10 @@
     1.4  # File specific flags
     1.5  CXXFLAGS += $(CXXFLAGS/BYFILE)
     1.6  
     1.7 +# Large File Support
     1.8 +ifneq ($(LP64), 1)
     1.9 +CXXFLAGS/ostream.o += -D_FILE_OFFSET_BITS=64
    1.10 +endif # ifneq ($(LP64), 1)
    1.11  
    1.12  # CFLAGS_WARN holds compiler options to suppress/enable warnings.
    1.13  CFLAGS += $(CFLAGS_WARN/BYFILE)

mercurial