Commit ae9982ec by DJ Delorie Committed by DJ Delorie

* lib/timeout.exp (timeout): Add board_info support.

From-SVN: r174573
parent fc0993ac
2011-06-02 DJ Delorie <dj@redhat.com>
* lib/timeout.exp (timeout): Add board_info support.
2011-06-02 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/sse2-init-v2di-2: Update scan-assembler-times string.
......
......@@ -46,6 +46,8 @@ proc timeout_value { args } {
set val $tool_timeout
} elseif [target_info exists gcc,timeout] {
set val [target_info gcc,timeout]
} elseif [board_info target exists gcc,timeout] {
set val [board_info target gcc,timeout]
} else {
# This is really, REALLY ugly, but this is the default from
# remote.exp deep within DejaGnu.
......
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