aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/configure.ac
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-04-15 08:15:52 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-04-15 08:15:52 +0000
commit21bc75678ff404bacf11a79e94574d5c25945644 (patch)
tree2ae27b5ccf41d4e25700f5cce201a56d68da27bf /sim/sh64/configure.ac
parentc30dc7000d08f1374bd434e3ac05769a6d40151f (diff)
downloadgdb-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/sh64/configure.ac')
-rw-r--r--sim/sh64/configure.ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/sim/sh64/configure.ac b/sim/sh64/configure.ac
new file mode 100644
index 0000000..9110208
--- /dev/null
+++ b/sim/sh64/configure.ac
@@ -0,0 +1,19 @@
+dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.59)dnl
+AC_INIT(Makefile.in)
+AC_CONFIG_HEADER(config.h:config.in)
+
+sinclude(../common/aclocal.m4)
+
+sinclude(../common/common.m4)
+
+SIM_AC_OPTION_ENDIAN([], BIG_ENDIAN)
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
+SIM_AC_OPTION_HOSTENDIAN
+SIM_AC_OPTION_SCACHE(16384)
+SIM_AC_OPTION_DEFAULT_MODEL(sh5)
+SIM_AC_OPTION_ENVIRONMENT
+SIM_AC_OPTION_INLINE()
+SIM_AC_OPTION_CGEN_MAINT
+
+SIM_AC_OUTPUT