aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2003-08-08 16:26:00 +0000
committerAndrew Haley <aph@gcc.gnu.org>2003-08-08 16:26:00 +0000
commitfcbe85cdfe2b7f3a674e7f2d4e76e63f52e80241 (patch)
treec9e4784fccf69556a29d8204b381d992db981755 /libjava/Makefile.am
parent258e7dbc94da329418134777af8b3b7f713045c0 (diff)
downloadgcc-fcbe85cdfe2b7f3a674e7f2d4e76e63f52e80241.zip
gcc-fcbe85cdfe2b7f3a674e7f2d4e76e63f52e80241.tar.gz
gcc-fcbe85cdfe2b7f3a674e7f2d4e76e63f52e80241.tar.bz2
[multiple changes]
2003-08-08 Andrew Haley <aph@redhat.com> * Makefile.am (AM_CXXFLAGS): Define BOOT_CLASS_PATH. * Makefile.in: Rebuild. * java/lang/natRuntime.cc (insertSystemProperties): Add "sun.boot.class.path". 2003-08-07 Andrew Haley <aph@redhat.com> * java/io/PrintStream.java: Don't crash on a null string. From-SVN: r70250
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index b9baa832..cfbdbd8 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -101,7 +101,8 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions $(THREADCXXFLAGS) \
## Detect bugs in the verifier implementation, and maybe other places.
-Wswitch-enum \
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
- -DPREFIX="\"$(prefix)\"" -DLIBDIR="\"$(libdir)\""
+ -DPREFIX="\"$(prefix)\"" -DLIBDIR="\"$(libdir)\"" \
+ -DBOOT_CLASS_PATH="\"$(jardir)/$(jar_DATA)\""
if USING_GCC
AM_CFLAGS = @LIBGCJ_CFLAGS@ $(WARNINGS)
else