aboutsummaryrefslogtreecommitdiff
path: root/baseboards/d10v.exp
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards/d10v.exp')
-rw-r--r--baseboards/d10v.exp14
1 files changed, 7 insertions, 7 deletions
diff --git a/baseboards/d10v.exp b/baseboards/d10v.exp
index 254556e..f6df58b 100644
--- a/baseboards/d10v.exp
+++ b/baseboards/d10v.exp
@@ -6,15 +6,15 @@ set_board_info target_install {d10v-elf}
load_generic_config "d10v"
# No multilib options are needed by default for this board.
-process_multilib_options "";
+process_multilib_options ""
# We only support newlib on this target. We assume that all multilib
# options have been specified before we get here.
-set_board_info compiler "[find_gcc]";
-set_board_info cflags "[newlib_include_flags]";
-set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]";
+set_board_info compiler "[find_gcc]"
+set_board_info cflags "[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 board can't really return exit statuses and we need to indicate this;
# however, the standard GCC wrapper won't work with this target because
@@ -32,8 +32,8 @@ set_board_info disable_x_packet 1
set_board_info disable_z_packet 1
# Used by gdb-comm.
-set_board_info gdb_run_command "jump *_start";
-set_board_info gdb,start_symbol "_start";
+set_board_info gdb_run_command "jump *_start"
+set_board_info gdb,start_symbol "_start"
# Can't pass arguments to programs on this target.
set_board_info noargs 1