~vcs-imports-ii/dejagnu/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Rob Savoye
  • Author(s): Jacob Bachmeyer
  • Date: 2020-05-25 15:08:11 UTC
  • Revision ID: git-v1:186b7fbb31dc1e5fe56ce5231aa2db3a5e5751bf
Use host_info procedure to probe for a host configuration, instead of checking a local empty target_info array due to lacking global target_info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
2
2
 
 
3
        * lib/target.exp (default_target_compile): Use "host_info"
 
4
        procedure to probe for a host configuration, instead of checking a
 
5
        local empty target_info array due to lacking "global target_info".
 
6
 
 
7
2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
 
8
 
3
9
        * doc/dejagnu.texi (Adding a new board): Document that the
4
10
        "compiler" board_info field is optional and defaults to [find_gcc]
5
11
        if not given.