aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/frv-sim.exp2
-rw-r--r--baseboards/mips-idt.exp2
-rw-r--r--baseboards/mips64-sim.exp2
-rw-r--r--baseboards/mmixware-sim.exp4
-rw-r--r--baseboards/sh-hms.exp2
-rw-r--r--baseboards/unix.exp2
-rw-r--r--baseboards/usparc-cygmon.exp2
-rw-r--r--baseboards/xtensa-sim.exp4
8 files changed, 10 insertions, 10 deletions
diff --git a/baseboards/frv-sim.exp b/baseboards/frv-sim.exp
index 5d800d3..93e0044 100644
--- a/baseboards/frv-sim.exp
+++ b/baseboards/frv-sim.exp
@@ -29,7 +29,7 @@ set_board_info noargs 1
set_board_info gdb,nosignals 1
set_board_info gdb,noresults 1
-# More time is needed
+# More time is needed
set_board_info gcc,timeout 800
set_board_info gdb,timeout 60
diff --git a/baseboards/mips-idt.exp b/baseboards/mips-idt.exp
index 9cd10d0..7bc63e8 100644
--- a/baseboards/mips-idt.exp
+++ b/baseboards/mips-idt.exp
@@ -20,7 +20,7 @@ if { [board_info $board obj_format] == "ecoff" } {
}
# The idt interface can't return exit statuses, so gcc (ctorture et
-# al) needs to do what it can to get them.
+# al) needs to do what it can to get them.
set_board_info needs_status_wrapper 1
# GDB needs to use "target mips" to talk to the board.
diff --git a/baseboards/mips64-sim.exp b/baseboards/mips64-sim.exp
index b3364bb..d1924d5 100644
--- a/baseboards/mips64-sim.exp
+++ b/baseboards/mips64-sim.exp
@@ -1,5 +1,5 @@
# This is a list of toolchains that are supported on this board.
-set_board_info target_install {mips64vr4300-elf
+set_board_info target_install {mips64vr4300-elf
mips64-elf}
# Load the generic configuration for this board. This will define a basic
diff --git a/baseboards/mmixware-sim.exp b/baseboards/mmixware-sim.exp
index 0c51502..1a94833 100644
--- a/baseboards/mmixware-sim.exp
+++ b/baseboards/mmixware-sim.exp
@@ -32,7 +32,7 @@ set_board_info is_simulator 1
# It isn't visible in the target triple, so we set it explicitly. The
# *linked* format is currently mmo, but those cases where this matters we
# can deal with separately.
-set_board_info obj_format "elf"
+set_board_info obj_format "elf"
# The compiler used to build for this board. This has *nothing* to do
# with what compiler is tested if we're testing gcc.
@@ -46,7 +46,7 @@ set_board_info cflags "[newlib_include_flags]"
# simulator does not allow code to be executed in the "normal" documented
# data and stack segments. Use a somewhat magic number, so stack addresses
# are easily recognized when debugging.
-set_board_info ldflags "[newlib_link_flags] -Wl,--defsym,__Stack_start=0x1680a00000000000"
+set_board_info ldflags "[newlib_link_flags] -Wl,--defsym,__Stack_start=0x1680a00000000000"
# No linker script needed - the simulator is the main environment for this
# target.
diff --git a/baseboards/sh-hms.exp b/baseboards/sh-hms.exp
index 662f1d4..88f7c21 100644
--- a/baseboards/sh-hms.exp
+++ b/baseboards/sh-hms.exp
@@ -30,7 +30,7 @@ set_board_info gdb_protocol "remote"
# Jumping to start is how we get the program started in GDB.
set_board_info gdb_run_command "jump start"
# The remote target uses a GDB stub.
-set_board_info use_gdb_stub 1
+set_board_info use_gdb_stub 1
# We can't do I/O.
set_board_info gdb,noinferiorio 1
# Or signals.
diff --git a/baseboards/unix.exp b/baseboards/unix.exp
index a1b8005..38e43bb 100644
--- a/baseboards/unix.exp
+++ b/baseboards/unix.exp
@@ -12,7 +12,7 @@ set_board_info bmk,use_alarm 1
#set_board_info host_library_path "[file dirname [file dirname [file dirname [file dirname [file dirname [exec [find_gcc] --print-prog-name=cc1]]]]]]/lib"
# Do not use -lm on Cygwin
-if { [istarget "*-*-cygwin*"] } {
+if { [istarget "*-*-cygwin*"] } {
set_board_info mathlib ""
}
diff --git a/baseboards/usparc-cygmon.exp b/baseboards/usparc-cygmon.exp
index 6584f57..4edbdfe 100644
--- a/baseboards/usparc-cygmon.exp
+++ b/baseboards/usparc-cygmon.exp
@@ -13,7 +13,7 @@ proc ${board}_init { dest } {
if { $usparc_init_count == 3 } {
return -1
}
-
+
}
remote_close $dest
set shell_id [remote_open $dest]
diff --git a/baseboards/xtensa-sim.exp b/baseboards/xtensa-sim.exp
index 1b3a91b..c9ff8b5 100644
--- a/baseboards/xtensa-sim.exp
+++ b/baseboards/xtensa-sim.exp
@@ -4,7 +4,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
# Command to invoke the simulator
-set_board_info sim xt-run
+set_board_info sim xt-run
setup_sim xtensa
# No multilib flags needed by default.
process_multilib_options ""
@@ -19,4 +19,4 @@ set_board_info ldscript ""
# The simulator doesn't return exit statuses and we need to indicate this.
set_board_info needs_status_wrapper 1
# No support for signals on this target.
-set_board_info gdb,nosignals 1 \ No newline at end of file
+set_board_info gdb,nosignals 1