diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-05-01 22:33:23 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-05-01 22:33:23 +0000 |
commit | 646c6f2b8347cf3913c1cabc909a13e45625ccf1 (patch) | |
tree | fe18d6c2fd99990876ba38780e4d29bce68e1d2c /sim/m32r/configure.in | |
parent | 260b2c47c9132c5a78805bd347a868728e32b158 (diff) | |
download | fsf-binutils-gdb-646c6f2b8347cf3913c1cabc909a13e45625ccf1.zip fsf-binutils-gdb-646c6f2b8347cf3913c1cabc909a13e45625ccf1.tar.gz fsf-binutils-gdb-646c6f2b8347cf3913c1cabc909a13e45625ccf1.tar.bz2 |
Merge from branch into devo. CGEN generic files moved to common
directory. K&R C support is no longer provided.
Diffstat (limited to 'sim/m32r/configure.in')
-rw-r--r-- | sim/m32r/configure.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/m32r/configure.in b/sim/m32r/configure.in new file mode 100644 index 0000000..9618408 --- /dev/null +++ b/sim/m32r/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_link_files="${sim_link_files} m32r-sim.h ../../opcodes/m32r-opc.h" +sim_link_links="${sim_link_links} cpu-sim.h cpu-opc.h" + +SIM_AC_OPTION_ENDIAN(BIG_ENDIAN) +SIM_AC_OPTION_HOSTENDIAN +SIM_AC_OPTION_SCACHE(1024) +SIM_AC_OPTION_DEFAULT_MODEL(m32r/d) + +SIM_AC_OUTPUT |