aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-05-07 18:44:38 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-05-07 18:44:38 +0000
commit01b02b11de52b69b3755883975b1cc8d183a5891 (patch)
tree3c7e678010bc865faccba1f6bca2abae141985a4 /libjava/testsuite
parentc59c5e9a6508d3a72fe058126482083ad2e5ceeb (diff)
downloadgcc-01b02b11de52b69b3755883975b1cc8d183a5891.zip
gcc-01b02b11de52b69b3755883975b1cc8d183a5891.tar.gz
gcc-01b02b11de52b69b3755883975b1cc8d183a5891.tar.bz2
acconfig.h (GCJVERSION): New undef.
* acconfig.h (GCJVERSION): New undef. * java/lang/natSystem.cc (init_properties): Define java.version, java.class.version, os.name, os.arch, os.version. Include <sys/utsname.h> if required. * configure: Rebuilt. * configure.in: Compute and define GCJVERSION. * java/lang/natSystem.cc (default_file_encoding): Now static. From-SVN: r26830
Diffstat (limited to 'libjava/testsuite')
-rw-r--r--libjava/testsuite/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/testsuite/Makefile.in b/libjava/testsuite/Makefile.in
index ce37a4d..b900123 100644
--- a/libjava/testsuite/Makefile.in
+++ b/libjava/testsuite/Makefile.in
@@ -94,6 +94,7 @@ THREADDEPS = @THREADDEPS@
THREADINCS = @THREADINCS@
THREADLIBS = @THREADLIBS@
THREADOBJS = @THREADOBJS@
+USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
VERSION = @VERSION@
here = @here@
libgcj_basedir = @libgcj_basedir@