mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
[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
This commit is contained in:
committed by
Andrew Haley
parent
258e7dbc94
commit
fcbe85cdfe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user