diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:55:34 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:55:34 +0000 |
commit | edece23776d06c405e0b71b38cfcc80b501bac15 (patch) | |
tree | 6d44e56cda6e4813873e33e92474231e2823bef8 /sim/configure | |
parent | 9b505842893b22dea34beb5ba448594173952cd2 (diff) | |
download | gdb-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-x | sim/configure | 9 |
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-*-*) |