--- old/make/linux/makefiles/vm.make 2013-05-24 17:01:40.000000000 -0700 +++ new/make/linux/makefiles/vm.make 2013-05-24 17:01:40.000000000 -0700 @@ -107,6 +107,10 @@ # File specific flags CXXFLAGS += $(CXXFLAGS/BYFILE) +# Large File Support +ifneq ($(LP64), 1) +CXXFLAGS/ostream.o += -D_FILE_OFFSET_BITS=64 +endif # ifneq ($(LP64), 1) ifndef JAVASE_EMBEDDED ifneq (${ARCH},arm)