aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-03-08 08:55:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-03-08 08:55:34 +0000
commitedece23776d06c405e0b71b38cfcc80b501bac15 (patch)
tree6d44e56cda6e4813873e33e92474231e2823bef8 /sim/configure
parent9b505842893b22dea34beb5ba448594173952cd2 (diff)
downloadgdb-edece23776d06c405e0b71b38cfcc80b501bac15.zip
gdb-edece23776d06c405e0b71b38cfcc80b501bac15.tar.gz
gdb-edece23776d06c405e0b71b38cfcc80b501bac15.tar.bz2
* iq2000: New target subdirectory.
* configure.ac: Add iq2000 target. * configure: Regenerate.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure
index 1bc5c32..d506662 100755
--- a/sim/configure
+++ b/sim/configure
@@ -277,6 +277,7 @@ ac_subdirs_all="$ac_subdirs_all cris"
ac_subdirs_all="$ac_subdirs_all d10v"
ac_subdirs_all="$ac_subdirs_all frv"
ac_subdirs_all="$ac_subdirs_all h8300"
+ac_subdirs_all="$ac_subdirs_all iq2000"
ac_subdirs_all="$ac_subdirs_all m32r"
ac_subdirs_all="$ac_subdirs_all m68hc11"
ac_subdirs_all="$ac_subdirs_all mcore"
@@ -3448,6 +3449,14 @@ subdirs="$subdirs h8300"
testsuite=yes
common=yes
;;
+ iq2000-*-*)
+
+
+subdirs="$subdirs iq2000"
+
+ testsuite=yes
+ common=yes
+ ;;
m32r-*-*)