These are some patches we have for DejaGnu. One of them makes it possible to override the default test timeout of 5 minutes on unix config. The other makes sure LDFLAGS for target is respected when compiling.
The two patches were tested in situations that require it, one that needs a larger timeout (so we set it on site.exp for that test) and another that require LDFLAGS settings when cross-compiling. Also confirmed that `make check` and `make distcheck` are still working as expected. Brooks Moses (1): * config/unix.exp: add ability to set test timeout from site.exp. Michael Forney (1): * lib/target.exp: honor LDFLAGS_FOR_TARGET in a target compile. config/unix.exp | 8 +++++++- lib/target.exp | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) -- 2.6.0.rc2.230.g3dd15c0 _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu