From fbf5015a22eb3ae10588f907519f6e3295d1a169 Mon Sep 17 00:00:00 2001 From: bryce Date: Thu, 30 Sep 1999 02:17:36 +0000 Subject: 1999-09-29 Bryce McKinlay * README: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29717 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 4 ++++ libjava/README | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 libjava/README (limited to 'libjava') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index fc5d54827d8..a8d8c306501 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +1999-09-29 Bryce McKinlay + + * README: New file. + 1999-09-28 Tom Tromey * configure: Rebuilt. diff --git a/libjava/README b/libjava/README new file mode 100644 index 00000000000..d3fa1565045 --- /dev/null +++ b/libjava/README @@ -0,0 +1,47 @@ +This is libgcj: the runtime library for gcj, the GNU Compiler for Java. +libgcj provides a partial implementation of the Java Class Libraries. + +libgcj is free software. See the file COPYING.LIB for copying permission. + + +DOCUMENTATION +============= + +All documentation, including detailed installation and usage instructions, +can be found on the gcj web pages at the following URL: + + http://sourceware.cygnus.com/java/ + + +QUICK INSTALLATION +================== + + > mkdir build + > cd build + > ../libgcj/configure --enable-java-gc= \ + --enable-threads= + > make + > make install + +where: + + specifies the Garbage Collection library to be used by libgcj. +Currently the only supported value is "boehm". + + specifies the threads library to be used by libgcj. Currently +the possible values are "posix" and "none". This value must be the same as +the value used when configuring gcc itself. + +Consult the gcj web pages for additional "configure" arguments. + +NOTE: libgcj can not be configured/built in the source directory. You must +create a separate build directory. + + +BUGS +==== + +Please submit bug reports to the following URL: + + http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?database=java + -- cgit v1.2.1