aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-02-18 05:12:06 +0000
committerRob Savoye <rob@welcomehome.org>2001-02-18 05:12:06 +0000
commitd1796b46df0f70ddb14b62013d88d2292995c7f1 (patch)
tree0db1f064cd71218d42418c64f411bab128ac0d06 /baseboards
parent229fa96029bd352626b934a724c88eba6a1350f7 (diff)
downloaddejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.zip
dejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.tar.gz
dejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.tar.bz2
* Most all files: Update copyright notices.
* Makefile.am: Add support for making RPMs. Force different values for RUNTEST and RUNTESTFLAGS, so we can test ourselves. * testsuite/Makefile.am: Force a different value for RUNTESTFLAGS. * acinclude.m4, configure.in: Find Tclsh, and Docbook. * configure: Regenerated. * doc/Makefile.am: Use $DOCBOOK to find the filters. * doc/overview: Add the html version of the doc so one doesn't need docbook to read the manual. * example/calc/Makefile.am: New automake support. * example/calc/Makefile.in: Generated. * example/Makefile.am: Recursion support for make. * example/calc/Makefile.in: Generated by automake. * example/calc/calc.h.in: Move constants to calc.c, so we can use autoheader. * example/calc/calc.c: Add constants from calc.h.in. * redhat/dejagnu.spec: New RPM packaging file. * debian/{changelog,conffiles,control,copyright,postinst,preinst, rules,site.exp}: New Debian packaging support.
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/arc-sim.exp2
-rw-r--r--baseboards/arm-sim.exp3
-rw-r--r--baseboards/fr30-sim.exp2
-rw-r--r--baseboards/m32r-sim.exp2
-rw-r--r--baseboards/mcore-sim.exp2
-rw-r--r--baseboards/mn10200-sim.exp2
-rw-r--r--baseboards/mn10300-sim.exp2
-rw-r--r--baseboards/tx39-sim.exp9
8 files changed, 13 insertions, 11 deletions
diff --git a/baseboards/arc-sim.exp b/baseboards/arc-sim.exp
index 4bb9d4a..8ca7c2e 100644
--- a/baseboards/arc-sim.exp
+++ b/baseboards/arc-sim.exp
@@ -11,7 +11,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "arc" is the name of the sim subdir in devo/sim.
+# "arc" is the name of the sim subdir.
setup_sim arc
# No multilib options needed by default.
diff --git a/baseboards/arm-sim.exp b/baseboards/arm-sim.exp
index 9e96c1b..32b5eeb 100644
--- a/baseboards/arm-sim.exp
+++ b/baseboards/arm-sim.exp
@@ -26,15 +26,12 @@ 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
diff --git a/baseboards/fr30-sim.exp b/baseboards/fr30-sim.exp
index 73fad4c..aed4809 100644
--- a/baseboards/fr30-sim.exp
+++ b/baseboards/fr30-sim.exp
@@ -8,7 +8,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "fr30" is the name of the sim subdir in devo/sim.
+# "fr30" is the name of the sim subdir.
setup_sim fr30
# No multilib options needed by default.
diff --git a/baseboards/m32r-sim.exp b/baseboards/m32r-sim.exp
index eaa7145..5bc73d4 100644
--- a/baseboards/m32r-sim.exp
+++ b/baseboards/m32r-sim.exp
@@ -8,7 +8,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "m32r" is the name of the sim subdir in devo/sim.
+# "m32r" is the name of the sim subdir.
setup_sim m32r
# No multilib options needed by default.
diff --git a/baseboards/mcore-sim.exp b/baseboards/mcore-sim.exp
index ae863ca..21ef68a 100644
--- a/baseboards/mcore-sim.exp
+++ b/baseboards/mcore-sim.exp
@@ -8,7 +8,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# "mcore" is the name of the sim subdir in devo/sim.
+# "mcore" is the name of the sim subdir.
setup_sim mcore
# No multilib options needed by default.
diff --git a/baseboards/mn10200-sim.exp b/baseboards/mn10200-sim.exp
index 2356e3a..01c5673 100644
--- a/baseboards/mn10200-sim.exp
+++ b/baseboards/mn10200-sim.exp
@@ -9,7 +9,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# This is the name of the sim subdir in devo/sim (and in the build tree).
+# This is the name of the sim subdir.
setup_sim mn10200
# No multilib flags are set by default.
diff --git a/baseboards/mn10300-sim.exp b/baseboards/mn10300-sim.exp
index eff6a62..a4f3bfd 100644
--- a/baseboards/mn10300-sim.exp
+++ b/baseboards/mn10300-sim.exp
@@ -9,7 +9,7 @@ load_generic_config "sim"
# basic-sim.exp is a basic description for the standard Cygnus simulator.
load_base_board_description "basic-sim"
-# This is the name of the sim subdir in devo/sim (and in the build tree).
+# This is the name of the sim subdir.
setup_sim mn10300
# No multilib flags are set by default.
diff --git a/baseboards/tx39-sim.exp b/baseboards/tx39-sim.exp
index 20fc722..8af9912 100644
--- a/baseboards/tx39-sim.exp
+++ b/baseboards/tx39-sim.exp
@@ -1,3 +1,8 @@
-# This file is unnecessary, but we'll keep it for now.
-# We're the same as the standard MIPS simulator.
+# We need mips16.
+add_multilib_option ""
+
+# And we use the lsi linker script.
+set_board_info ldscript "-Wl,-Tdve.ld"
+
+# Otherwise we're the same as the standard MIPS simulator.
load_base_board_description "mips-sim";