aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-12-20 09:46:36 +0000
committerBen Elliston <bje@gnu.org>2005-12-20 09:46:36 +0000
commitf987a712b16ca177d5d401b91f78cac9c8edfa13 (patch)
tree05c2aa5e1011c95e65cb4753ff00633f8e368390 /baseboards
parent5f8498302b9d41362c1d693b2e41522e998f0747 (diff)
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.
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/mt-sid.exp (renamed from baseboards/ms1-sid.exp)9
1 files changed, 3 insertions, 6 deletions
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"