natSystem.cc (init_properties): Update VM version properties.
* java/lang/natSystem.cc (init_properties): Update VM version properties. * configure.in: Set GCJVERSION. * acconfig.h: Add GCJVERSION. * configure: Rebuilt. * include/config.h.in: Rebuilt. From-SVN: r50944
This commit is contained in:
parent
df15fbc7fd
commit
1b5a2139c7
6 changed files with 162 additions and 109 deletions
|
@ -89,6 +89,13 @@
|
|||
/* Define if global `timezone' exists. */
|
||||
#undef HAVE_TIMEZONE
|
||||
|
||||
/* Define to version of GCJ in use. */
|
||||
#undef GCJVERSION
|
||||
|
||||
/* Define if if the synchronization code should try to avoid pthread_self
|
||||
calls by caching thread IDs in a hashtable. */
|
||||
#undef SLOW_PTHREAD_SELF
|
||||
|
||||
/* Define if you have the appropriate function. */
|
||||
#undef HAVE_ACCESS
|
||||
#undef HAVE_STAT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue