aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-07-01 04:53:51 +0000
committerBen Elliston <bje@gnu.org>2005-07-01 04:53:51 +0000
commitaa71f26b6b14d6aa863fbe1f54ec87ed551e0e9c (patch)
tree3f48c0bbdc5e5600d93ce928db8e890a9fe00e37
parenta30d9fcae5d9a8e53d8ab56128e8e9d6ddccf79b (diff)
downloaddejagnu-aa71f26b6b14d6aa863fbe1f54ec87ed551e0e9c.zip
dejagnu-aa71f26b6b14d6aa863fbe1f54ec87ed551e0e9c.tar.gz
dejagnu-aa71f26b6b14d6aa863fbe1f54ec87ed551e0e9c.tar.bz2
Whitespace tweaks.
-rw-r--r--baseboards/arm-sim.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/baseboards/arm-sim.exp b/baseboards/arm-sim.exp
index 359cae4..4b56c4d 100644
--- a/baseboards/arm-sim.exp
+++ b/baseboards/arm-sim.exp
@@ -45,12 +45,15 @@ setup_sim arm
# The compiler used to build for this board. This has *nothing* to do
# with what compiler is tested if we're testing gcc.
set_board_info compiler "[find_gcc]"
+
# The basic set of flags needed to build "hello world" for this
# board. This board uses libgloss and newlib.
set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags] $additional_options"
+
# This board doesn't use a linker script.
set_board_info ldscript ""
+
# The simulator doesn't return exit statuses and we need to indicate this.
set_board_info needs_status_wrapper 1