* libjava.mauve/mauve.exp (KEYS): Default to libgcj.
From-SVN: r26311
This commit is contained in:
parent
a08c72fe45
commit
8956b6a172
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue