diff options
Diffstat (limited to 'sim/sparc/configure.in')
-rw-r--r-- | sim/sparc/configure.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sim/sparc/configure.in b/sim/sparc/configure.in new file mode 100644 index 0000000..a3f832e --- /dev/null +++ b/sim/sparc/configure.in @@ -0,0 +1,21 @@ +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_link_files="${sim_link_files} sparc-sim.h ../../opcodes/sprc-opc.h" +sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h" + +SIM_AC_OPTION_ENDIAN(BIG_ENDIAN) +SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT) +SIM_AC_OPTION_HOSTENDIAN +SIM_AC_OPTION_WARNINGS +dnl SIM_AC_OPTION_SCACHE(16384) +SIM_AC_OPTION_DEFAULT_MODEL(sparc32-def) +SIM_AC_OPTION_ENVIRONMENT +SIM_AC_OPTION_INLINE() +SIM_AC_OPTION_CGEN_MAINT() + +SIM_AC_OUTPUT |