gcc/libjava
Anthony Green ffccc6bee2 libtool-version: Catch up by incrementing current.
* libtool-version: Catch up by incrementing current.

        * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39.
        * configure, include/config.h.in: Rebuilt.
        * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine.
        * configure.in: Added --disable-getenv-properties and new define
        `DISABLE_GETENV_PROPERTIES'.

        * prims.cc (PROCESS_GCJ_PROPERTIES): Define.
        (next_property_key): New function.
        (next_property_value): New function.
        (process_gcj_properties): New function.
        (JvRunMain): Call process_gcj_properties.
        (_JvRunMain): Ditto.

        * java/lang/natSystem.cc (init_properties): Set properties defined
        in GCJ_PROPERTIES.  Also add 1.2 style versioning properties.

        * include/java-props.h: New file.

        * java/lang/natSystem.cc (init_properties): Add new properties to
        conform with Java Product Versioning Specification.

From-SVN: r30007
1999-10-15 06:07:41 +00:00
..
doc configure: Rebuilt. 1999-10-13 00:00:35 +00:00
gcj
gnu/gcj
include libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
java libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
testsuite
acconfig.h libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
acinclude.m4
aclocal.m4
boehm.cc
ChangeLog libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
chartables.pl
classes.pl
configure libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
configure.host libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
configure.in libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
COPYING.LIB
defineclass.cc
exception.cc
gij.cc
interpret.cc
jni.cc
LIBGCJ_LICENSE
libgcj.spec.in
libtool-version libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
Makefile.am
Makefile.in
mauve-libgcj
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
prims.cc libtool-version: Catch up by incrementing current. 1999-10-15 06:07:41 +00:00
quick-threads.cc
README
resolve.cc
THANKS

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=<GC TYPE> \
    --enable-threads=<THREADS TYPE>
  > make
  > make install

where:

<GC TYPE> specifies the Garbage Collection library to be used by libgcj. 
Currently the only supported value is "boehm".

<THREADS TYPE> 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