diff options
author | Ben Elliston <bje@gnu.org> | 2005-12-20 09:46:36 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2005-12-20 09:46:36 +0000 |
commit | f987a712b16ca177d5d401b91f78cac9c8edfa13 (patch) | |
tree | 05c2aa5e1011c95e65cb4753ff00633f8e368390 | |
parent | 5f8498302b9d41362c1d693b2e41522e998f0747 (diff) | |
download | dejagnu-f987a712b16ca177d5d401b91f78cac9c8edfa13.zip dejagnu-f987a712b16ca177d5d401b91f78cac9c8edfa13.tar.gz dejagnu-f987a712b16ca177d5d401b91f78cac9c8edfa13.tar.bz2 |
2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
* baseboards/ms1-sid.exp: Rename from this ..
* baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | baseboards/mt-sid.exp (renamed from baseboards/ms1-sid.exp) | 9 |
2 files changed, 8 insertions, 6 deletions
@@ -1,3 +1,8 @@ +2005-12-20 Nathan Sidwell <nathan@codesourcery.com> + + * baseboards/ms1-sid.exp: Rename from this .. + * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within. + 2005-12-20 Ben Elliston <bje@gnu.org> * config.guess: Update to most recent version. diff --git a/baseboards/ms1-sid.exp b/baseboards/mt-sid.exp index 79d9368..34e1b56 100644 --- a/baseboards/ms1-sid.exp +++ b/baseboards/mt-sid.exp @@ -1,5 +1,5 @@ # This is a list of toolchains that are supported on this board. -set_board_info target_install {ms1-elf} +set_board_info target_install {mt-elf} # Load a baseboard description for SID simulators. load_base_board_description "basic-sid" @@ -9,9 +9,9 @@ set_board_info ldflags "-msim [libgloss_link_flags] [newlib_link_flags]" verbose "Using simulator [board_info $board sim]\n" set_board_info sim [find_rawsid] if { ${tool} == "gdb" } { - set_board_info sim,options "-f [find_sid_conf ms1-gdb]" + set_board_info sim,options "-f [find_sid_conf mt-gdb]" } else { - set_board_info sim,options "-f [find_sid_conf ms1-gloss]" + set_board_info sim,options "-f [find_sid_conf mt-gloss]" } # Used by a few gcc.c-torture testcases when trampolines are used. @@ -24,9 +24,6 @@ set_board_info gcc,no_label_values 1 # gdb/testsuite/config/sid.exp. set_board_info sim,defaultendian "-EB" -#verbose "Using simulator [board_info $board sim]\n" -#set_board_info sim [find_sid "ms1-elf"] - # Load the generic configuration for this board. This will define a basic set # of routines needed by the tool to communicate with the board. load_generic_config "sid" |