* 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
|
@ -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>
|
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 {} {
|
||||||
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 {} {
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue