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>
* libjava.compile/plusplus.java: New 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
......
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