aboutsummaryrefslogtreecommitdiff
path: root/baseboards/fr30-sim.exp
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards/fr30-sim.exp')
-rw-r--r--baseboards/fr30-sim.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboards/fr30-sim.exp b/baseboards/fr30-sim.exp
index aed4809..f11b1bc 100644
--- a/baseboards/fr30-sim.exp
+++ b/baseboards/fr30-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.