aboutsummaryrefslogtreecommitdiff
path: root/baseboards/m32r-sim.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/m32r-sim.exp
parent8f0d1b58dbfb8b4e7ad5c14f21d65da05a364200 (diff)
Strip trailing semicolons from Tcl source files.
Diffstat (limited to 'baseboards/m32r-sim.exp')
-rw-r--r--baseboards/m32r-sim.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboards/m32r-sim.exp b/baseboards/m32r-sim.exp
index 5bc73d4..e80c38d 100644
--- a/baseboards/m32r-sim.exp
+++ b/baseboards/m32r-sim.exp
@@ -21,7 +21,7 @@ set_board_info compiler "[find_gcc]"
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
# No linker script needed.
-set_board_info ldscript "";
+set_board_info ldscript ""
# The simulator doesn't return exit statuses and we need to indicate this;
# the standard GCC wrapper will work with this target.