summaryrefslogtreecommitdiff
path: root/sim/fr30/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/fr30/configure.in')
-rw-r--r--sim/fr30/configure.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/fr30/configure.in b/sim/fr30/configure.in
new file mode 100644
index 00000000000..fc25dfc54b6
--- /dev/null
+++ b/sim/fr30/configure.in
@@ -0,0 +1,16 @@
+dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
+AC_PREREQ(2.5)dnl
+AC_INIT(Makefile.in)
+
+SIM_AC_COMMON
+
+SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
+SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT)
+SIM_AC_OPTION_HOSTENDIAN
+SIM_AC_OPTION_SCACHE(16384)
+SIM_AC_OPTION_DEFAULT_MODEL(fr30-1)
+SIM_AC_OPTION_ENVIRONMENT
+SIM_AC_OPTION_CGEN_MAINT
+
+SIM_AC_OUTPUT