From: Nick Clifton Date: Mon, 19 Jun 2000 00:56:04 +0000 (+0000) Subject: Add strongarm tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcd6576654b4c9176f4c9da7261e27385e9cd563;p=binutils-gdb.git Add strongarm tests --- diff --git a/sim/ChangeLog b/sim/ChangeLog index 92193f53378..e50696fa4c4 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,9 @@ +2000-04-20 Nick Clifton + + * configure.in (extra_subdirs): Add testsuite to strongarm + directories. + * configure: Regenerate. + Sat Mar 4 16:48:54 2000 Andrew Cagney * MAINTAINERS: New file. Blank. diff --git a/sim/configure.in b/sim/configure.in index 8bee260306c..4d6a9ea526f 100644 --- 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