hotspot/make/linux/makefiles/vm.make
changeset 18441 1f6241296fda
parent 18025 b7bcf7497f93
child 18743 ffe61257d9a0
--- a/hotspot/make/linux/makefiles/vm.make	Fri Jun 21 00:59:12 2013 -0700
+++ b/hotspot/make/linux/makefiles/vm.make	Fri Jun 07 09:46:58 2013 -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)
 
 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
 CFLAGS += $(CFLAGS_WARN/BYFILE)