diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:15:52 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:15:52 +0000 |
commit | 21bc75678ff404bacf11a79e94574d5c25945644 (patch) | |
tree | 2ae27b5ccf41d4e25700f5cce201a56d68da27bf /sim/configure | |
parent | c30dc7000d08f1374bd434e3ac05769a6d40151f (diff) | |
download | gdb-21bc75678ff404bacf11a79e94574d5c25945644.zip gdb-21bc75678ff404bacf11a79e94574d5c25945644.tar.gz gdb-21bc75678ff404bacf11a79e94574d5c25945644.tar.bz2 |
* configure.ac: Add explicit sh64 case.
* configure: Regenerate.
* sh64/configure.ac: New file.
* sh64/configure.in: Remove.
* sh64/configure: Regenerate.
* sh64/defs-media.h (sem_fields): Add missing sfmt_ldhil member.
* sh64/sim-if.c (sim_open): Use struct bfd instead of struct _bfd.
(sim_create_inferior): Ditto.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sim/configure b/sim/configure index d506662..4f11312 100755 --- a/sim/configure +++ b/sim/configure @@ -283,6 +283,7 @@ ac_subdirs_all="$ac_subdirs_all m68hc11" ac_subdirs_all="$ac_subdirs_all mcore" ac_subdirs_all="$ac_subdirs_all mips" ac_subdirs_all="$ac_subdirs_all mn10300" +ac_subdirs_all="$ac_subdirs_all sh64" ac_subdirs_all="$ac_subdirs_all sh" ac_subdirs_all="$ac_subdirs_all ppc" ac_subdirs_all="$ac_subdirs_all v850" @@ -3498,7 +3499,15 @@ subdirs="$subdirs mn10300" common=yes igen=yes ;; - sh*-*-*) + sh64-*-*) + + +subdirs="$subdirs sh64" + + testsuite=yes + common=yes + ;; + sh-*-*) subdirs="$subdirs sh" |