Commit 8956b6a1 by Warren Levy Committed by Warren Levy

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

From-SVN: r26311
parent a08c72fe
1999-04-09 Warren Levy <warrenl@cygnus.com>
* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
1999-04-09 Tom Tromey <tromey@cygnus.com> 1999-04-09 Tom Tromey <tromey@cygnus.com>
* libjava.compile/plusplus.java: New file. * libjava.compile/plusplus.java: New file.
......
...@@ -80,7 +80,7 @@ proc test_mauve {} { ...@@ -80,7 +80,7 @@ proc test_mauve {} {
puts -nonewline $fd $c puts -nonewline $fd $c
close $fd 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" fail "Mauve build"
verbose "build failed with $msg" verbose "build failed with $msg"
return return
...@@ -217,7 +217,7 @@ proc test_mauve_sim {} { ...@@ -217,7 +217,7 @@ proc test_mauve_sim {} {
puts -nonewline $fd $c puts -nonewline $fd $c
close $fd 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" fail "Mauve build"
verbose "build failed with $msg" verbose "build failed with $msg"
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment