Browse Source

* testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.

Signed-off-by: Ben Elliston <bje@gnu.org>
dejagnu-1.5.2
Gilles Espinasse 13 years ago
committed by Ben Elliston
parent
commit
4d13bc3a3c
  1. 4
      ChangeLog
  2. 1
      testsuite/lib/libsup.exp

4
ChangeLog

@ -1,3 +1,7 @@
2013-03-28 Gilles Espinasse <g.esp@free.fr>
* testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2013-03-26 Ben Elliston <bje@gnu.org>
* config.guess: Update to version 2013-02-12.

1
testsuite/lib/libsup.exp

@ -44,7 +44,6 @@ proc make_defaults_file { defs } {
puts ${fd} "set target_triplet ${target_triplet}"
puts ${fd} "set target_os ${target_os}"
puts ${fd} "set target_cpu ${target_cpu}"
puts ${fd} "set tool foobar"
puts ${fd} "set testcnt 0"
puts ${fd} "set warncnt 0"
puts ${fd} "set errcnt 0"

Loading…
Cancel
Save