diff options
author | Anthony Green <green@cygnus.com> | 1999-10-15 06:07:41 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 1999-10-15 06:07:41 +0000 |
commit | ffccc6bee2b00018fd09b26a5ce5d0bbc6900e94 (patch) | |
tree | bbd6554459daad973191b77a62d0237b045595f3 /libjava/configure.host | |
parent | 7901f53f77683ef41d462b2f554faad3c4ae9d76 (diff) | |
download | gcc-ffccc6bee2b00018fd09b26a5ce5d0bbc6900e94.tar.gz |
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
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 97fe98e0bc7..d54d8be64dc 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -53,6 +53,7 @@ case "${host}" in # Use "Ecos" processes since they are a no-op. PROCESS=Ecos enable_java_net_default=no + enable_getenv_properties_default=no ;; i686-*|i586-*) libgcj_flags="${libgcj_flags} -ffloat-store" |