* libjava.mauve/mauve.exp (KEYS): Default to libgcj.

From-SVN: r26311
This commit is contained in:
Warren Levy 1999-04-09 11:44:38 +00:00 committed by Warren Levy
parent a08c72fe45
commit 8956b6a172
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-04-09 Warren Levy <warrenl@cygnus.com>
* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
1999-04-09 Tom Tromey <tromey@cygnus.com>
* libjava.compile/plusplus.java: New file.

View File

@ -80,7 +80,7 @@ proc test_mauve {} {
puts -nonewline $fd $c
close $fd
if {[catch {system "make KEYS=libjava classes.stamp"} msg]} then {
if {[catch {system "make KEYS=libgcj classes.stamp"} msg]} then {
fail "Mauve build"
verbose "build failed with $msg"
return
@ -217,7 +217,7 @@ proc test_mauve_sim {} {
puts -nonewline $fd $c
close $fd
if {[catch {system "make KEYS=libjava classes.stamp"} msg]} then {
if {[catch {system "make KEYS=libgcj classes.stamp"} msg]} then {
fail "Mauve build"
verbose "build failed with $msg"
return