]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/configure.ac
sim: delete SIM_AC_COMMON macro
[thirdparty/binutils-gdb.git] / sim / frv / configure.ac
CommitLineData
b34f6357 1dnl Process this file with autoconf to produce a configure script.
b34f6357 2AC_INIT(Makefile.in)
760b3e8b 3AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
b34f6357 4
b34f6357
DB
5SIM_AC_OPTION_SCACHE(16384)
6SIM_AC_OPTION_DEFAULT_MODEL(fr500)
b34f6357
DB
7
8#
9# Enable making unknown traps dump out registers
10#
11AC_ARG_ENABLE(sim-trapdump,
8d0978fb
MF
12[AS_HELP_STRING([--enable-sim-trapdump],
13 [Make unknown traps dump the registers])],
b34f6357
DB
14[case "${enableval}" in
15 yes) sim_trapdump="-DTRAPDUMP=1";;
16 no) sim_trapdump="-DTRAPDUMP=0";;
17 *) AC_MSG_ERROR("Unknown value $enableval passed to --enable-sim-trapdump"); sim_trapdump="";;
18esac
19if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
20 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
21fi],[sim_trapdump=""])dnl
22AC_SUBST(sim_trapdump)
23
24SIM_AC_OUTPUT