aboutsummaryrefslogtreecommitdiff
path: root/baseboards/m68k-emc.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-07 03:42:42 +0000
committerBen Elliston <bje@gnu.org>2003-08-07 03:42:42 +0000
commitd7b7156075df25716082174f6baf2ac0e163e939 (patch)
treee2c4f9afdb89cf1e6f082acf7c1a0aae0fd423a8 /baseboards/m68k-emc.exp
parent8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200 (diff)
downloaddejagnu-d7b7156075df25716082174f6baf2ac0e163e939.zip
dejagnu-d7b7156075df25716082174f6baf2ac0e163e939.tar.gz
dejagnu-d7b7156075df25716082174f6baf2ac0e163e939.tar.bz2
Strip trailing semicolons from Tcl source files.
Diffstat (limited to 'baseboards/m68k-emc.exp')
-rw-r--r--baseboards/m68k-emc.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/baseboards/m68k-emc.exp b/baseboards/m68k-emc.exp
index 7b57649..cdba398 100644
--- a/baseboards/m68k-emc.exp
+++ b/baseboards/m68k-emc.exp
@@ -1,6 +1,6 @@
# Load the generic configuration for this board. This will define any
# routines needed by the tool to communicate with the board.
-load_generic_config "m68k-emc";
+load_generic_config "m68k-emc"
# No multilib options by default.
process_multilib_options ""
@@ -9,18 +9,18 @@ process_multilib_options ""
# with what compiler is tested when testing gcc.
set_board_info compiler "[find_gcc]"
-set_board_info cflags "[newlib_include_flags] [libgloss_include_flags]";
+set_board_info cflags "[newlib_include_flags] [libgloss_include_flags]"
set_board_info ldflags "-nostdlib [libgloss_link_flags] [newlib_link_flags]"
# No linker script.
-set_board_info ldscript "";
+set_board_info ldscript ""
# The idt interface can't return exit statuses, so gcc (ctorture et
# al) needs to do what it can to get them.
-set_board_info needs_status_wrapper 1;
+set_board_info needs_status_wrapper 1
# GDB needs to use "target remote" to talk to the board.
-set_board_info gdb_protocol "remote";
+set_board_info gdb_protocol "remote"
# Can't pass arguments to the program under test.
set_board_info noargs 1