diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 06:07:41 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-15 06:07:41 +0000 |
commit | f5fddbf2d840fc50ed043ec01cd90a2bf489d23b (patch) | |
tree | bbd6554459daad973191b77a62d0237b045595f3 /libjava/libtool-version | |
parent | a597770e89f0bb82199dc77f99a5a1b720dc33da (diff) | |
download | gcc-f5fddbf2d840fc50ed043ec01cd90a2bf489d23b.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30007 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libtool-version')
-rw-r--r-- | libjava/libtool-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/libtool-version b/libjava/libtool-version index 30263df9c81..1d68c1f208f 100644 --- a/libjava/libtool-version +++ b/libjava/libtool-version @@ -3,4 +3,4 @@ # a separate file so that version updates don't involve re-running # automake. # CURRENT:REVISION:AGE -0:0:0 +1:0:0 |