aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.in
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-07-15 00:58:41 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2004-07-15 01:58:41 +0100
commitb845ed9ff8113d47c2a38dda58f234e35c89508e (patch)
treef575402da639d9a031536021ae9a3b419a674da1 /libjava/Makefile.in
parent018479fbada08df57b9978ec7f01c06d81e08554 (diff)
downloadgcc-b845ed9ff8113d47c2a38dda58f234e35c89508e.zip
gcc-b845ed9ff8113d47c2a38dda58f234e35c89508e.tar.gz
gcc-b845ed9ff8113d47c2a38dda58f234e35c89508e.tar.bz2
re PR libgcj/16204 (File I/O fails on files >= 2^31 bytes (2GB))
2004-07-14 Bryce McKinlay <mckinlay@redhat.com> PR libgcj/16204 * Makefile.am (AM_CXXFLAGS): Add -D_FILE_OFFSET_BITS=64 to enable large file support. * Makefile.in: Rebuilt. * testsuite/libjava.lang/LargeFile.java: New test case. * testsuite/libjava.lang/LargeFile.out: New file. From-SVN: r84733
Diffstat (limited to 'libjava/Makefile.in')
-rw-r--r--libjava/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.in b/libjava/Makefile.in
index d9c8a5f..f6da908 100644
--- a/libjava/Makefile.in
+++ b/libjava/Makefile.in
@@ -215,6 +215,7 @@ WARNINGS = -Wextra -Wall
AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions $(THREADCXXFLAGS) \
-fdollars-in-identifiers \
-Wswitch-enum \
+ -D_FILE_OFFSET_BITS=64 \
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
-DPREFIX="\"$(prefix)\"" -DLIBDIR="\"$(libdir)\"" \
-DBOOT_CLASS_PATH="\"$(jardir)/$(jar_DATA)\"" \
@@ -3076,7 +3077,7 @@ libgcj-test.spec.in libgcj.pc.in libgcj.spec.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \