diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-08 16:26:00 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-08 16:26:00 +0000 |
| commit | 14c4a04cc436d0f72b181c01afe299152558eb4d (patch) | |
| tree | c9e4784fccf69556a29d8204b381d992db981755 /libjava/Makefile.am | |
| parent | 4d6fd979c65c4ae0f378055c35bcedffe5d01939 (diff) | |
| download | ppe42-gcc-14c4a04cc436d0f72b181c01afe299152558eb4d.tar.gz ppe42-gcc-14c4a04cc436d0f72b181c01afe299152558eb4d.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index b9baa8322c7..cfbdbd80783 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 |

