projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41cbf0
)
Add strongarm tests
author
Nick Clifton
<nickc@redhat.com>
Mon, 19 Jun 2000 00:56:04 +0000
(
00:56
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 19 Jun 2000 00:56:04 +0000
(
00:56
+0000)
sim/ChangeLog
patch
|
blob
|
history
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/ChangeLog
b/sim/ChangeLog
index 92193f533784e48b4e0c0f53c41e849cc6492c72..e50696fa4c4d164ca34445d8b7c6d309b7103bd1 100644
(file)
--- a/
sim/ChangeLog
+++ b/
sim/ChangeLog
@@
-1,3
+1,9
@@
+2000-04-20 Nick Clifton <nickc@cygnus.com>
+
+ * configure.in (extra_subdirs): Add testsuite to strongarm
+ directories.
+ * configure: Regenerate.
+
Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
* MAINTAINERS: New file. Blank.
diff --git
a/sim/configure.in
b/sim/configure.in
index 8bee260306c1ea527e8d0a2c06d583f89b0a1f7a..4d6a9ea526ffdbe88a00202dc8c9a9145be3fb71 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-50,7
+50,10
@@
case "${target}" in
sim_target=arm
extra_subdirs="${extra_subdirs} testsuite"
;;
- strongarm*-*-*) sim_target=arm ;;
+ strongarm*-*-*)
+ sim_target=arm
+ extra_subdirs="${extra_subdirs} testsuite"
+ ;;
d10v-*-*) sim_target=d10v ;;
d30v-*-*)
sim_target=d30v