]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/configure.ac
sim: .gdbinit: generate for all arch subdirs
[thirdparty/binutils-gdb.git] / sim / configure.ac
CommitLineData
b7026657 1dnl Process this file with autoconf to produce a configure script.
6bddc3e8
MF
2dnl NB: The version here is not used. If gdb ever changes from generating its
3dnl version at build time to autoconf time (like bfd et al do), we can switch.
4AC_INIT([sim], [0],
5 [https://sourceware.org/bugzilla/enter_bug.cgi?product=gdb&component=sim],
6 [], [https://sourceware.org/gdb/wiki/Sim/])
7
6dd65fc0
MF
8dnl Probably should unify PKGVERSION with PACKAGE_* settings from AC_INIT.
9ACX_PKGVERSION([SIM])
10AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
11dnl PACKAGE_BUGREPORT is provided by AC_INIT.
12ACX_BUGURL([$PACKAGE_BUGREPORT])
13AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
14
b15c5d7a
MF
15AC_CONFIG_HEADERS([config.h])
16
c2783492 17SIM_AC_TOOLCHAIN
b15c5d7a 18SIM_AC_PLATFORM
6bddc3e8 19
8c379db2 20AM_MAINTAINER_MODE
6bddc3e8 21AM_INIT_AUTOMAKE
fbe8d1cf 22AM_SILENT_RULES([yes])
b7026657 23
b7026657
AC
24# If a cpu ever has more than one simulator to choose from, use
25# --enable-sim=... to choose.
26AC_ARG_ENABLE(sim,
8d0978fb 27[AS_HELP_STRING([--enable-sim], [Enable the GNU simulator])],
b7026657
AC
28[case "${enableval}" in
29yes | no) ;;
30*) AC_MSG_ERROR(bad value ${enableval} given for --enable-sim option) ;;
31esac])
32
26da232c
MF
33AC_ARG_ENABLE([example-sims],
34 [AC_HELP_STRING([--enable-example-sims],
35 [enable example GNU simulators])])
36
a0e674c1
MF
37AC_ARG_ENABLE(targets,
38[ --enable-targets alternative target configurations],
39[case "${enableval}" in
40 yes | "") AC_MSG_ERROR(enable-targets option must specify target names or 'all')
41 ;;
42 no) enable_targets= ;;
43 *) enable_targets=$enableval ;;
44esac])
45
46dnl Used to keep track of which target (if any) is the default one. This is
47dnl used when installing files to see if they need to be suffixed.
48SIM_PRIMARY_TARGET=
49AC_SUBST(SIM_PRIMARY_TARGET)
50
2ba09f42 51dnl Directories that we need to recurse into (i.e. add to $SUBDIRS).
36bb57e4
MF
52SIM_SUBDIRS=
53AC_SUBST(SIM_SUBDIRS)
54
2ba09f42
MF
55dnl List of enabled arch backends.
56SIM_ENABLED_ARCHES=
57AC_SUBST(SIM_ENABLED_ARCHES)
58
36bb57e4
MF
59dnl Used by common/Make-common.in to see which configure script created it.
60SIM_COMMON_BUILD_TRUE=
61SIM_COMMON_BUILD_FALSE='#'
62AC_SUBST(SIM_COMMON_BUILD_TRUE)
63AC_SUBST(SIM_COMMON_BUILD_FALSE)
64
65AC_CONFIG_FILES(Make-common.sim:common/Make-common.in)
66dnl Build a particular arch subdir.
67dnl arg[1] is the arch subdir name.
68dnl arg[2] is whether the arch has a dedicated configure script.
bc56166f 69m4_define([SIM_BUILD_TARGET], [dnl
2ba09f42 70 AS_VAR_APPEND([SIM_ENABLED_ARCHES], [" $1"])
36bb57e4
MF
71 m4_if($2, [true], [dnl
72 AC_CONFIG_SUBDIRS($1)
73 ], [dnl
74 AC_CONFIG_FILES($1/Makefile.sim:$1/Makefile.in)
75 AC_CONFIG_COMMANDS([$1/Makefile],
76[sed -n \
77 -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ {
b3408412 78 /^srcdir = / s:$:/$1:
36bb57e4
MF
79 p
80 }' \
81 <Make-common.sim >$1/Makesim1.tmp
82 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >$1/Makesim2.tmp
83 sed -e '/^## COMMON_PRE_/ r $1/Makesim1.tmp' \
84 -e '/^## COMMON_POST_/ r $1/Makesim2.tmp' \
85 <$1/Makefile.sim >$1/Makefile
86 rm -f $1/Makesim1.tmp $1/Makesim2.tmp
87])
88 AS_VAR_APPEND([SIM_SUBDIRS], [" $1"])
89 ])
23912acd 90 AC_CONFIG_FILES($1/.gdbinit:common/gdbinit.in)
bc56166f
MF
91 dnl Create the depdirs for ports until we can convert them to automake.
92 AC_CONFIG_COMMANDS([depdir-$1],
93 [$SHELL $ac_aux_dir/mkinstalldirs $1/$DEPDIR],
94 [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])
95])
36bb57e4
MF
96dnl Enable a particular arch subdir.
97dnl arg[1] is the matching target triple.
98dnl arg[2] is the arch subdir name.
99dnl arg[3] is whether the arch has a dedicated configure script.
100dnl arg[4] is any additional shell code to run for this arch.
bc56166f 101m4_define([SIM_TARGET], [dnl
65dcce8f 102 sim_enable_arch_$2=false
a0e674c1
MF
103 case "${targ}" in
104 all|$1)
105 if test "${targ}" = "${target}"; then
106 SIM_PRIMARY_TARGET=$2
107 fi
36bb57e4 108 SIM_BUILD_TARGET($2, $3)
65dcce8f 109 sim_enable_arch_$2=true
36bb57e4 110 $4
a0e674c1
MF
111 ;;
112 esac
8996c210 113 SIM_AC_TOOLCHAIN_FOR_TARGET($2)
65dcce8f 114 AM_CONDITIONAL([SIM_ENABLE_ARCH_$2], [${sim_enable_arch_$2}])
a0e674c1
MF
115])
116
3e8bb3e9
MF
117dnl WHEN ADDING ENTRIES TO THIS MATRIX:
118dnl Make sure that the left side always has two dashes. Otherwise you can get
119dnl spurious matches. Even for unambiguous cases, do this as a convention, else
120dnl the table becomes a real mess to understand and maintain.
99aedb62
MF
121dnl
122dnl NB: Target matching is aligned with gdb/configure.tgt. Changes must be kept
123dnl in sync with that file.
b7026657 124if test "${enable_sim}" != no; then
3e8bb3e9 125 sim_igen=no
a0e674c1
MF
126 for targ in `echo $target $enable_targets | sed 's/,/ /g'`
127 do
128 SIM_TARGET([aarch64*-*-*], [aarch64])
129 SIM_TARGET([arm*-*-*], [arm])
130 SIM_TARGET([avr*-*-*], [avr])
d8b04da7 131 SIM_TARGET([bfin-*-*], [bfin])
36bb57e4 132 SIM_TARGET([bpf-*-*], [bpf], [true])
a0e674c1 133 SIM_TARGET([cr16*-*-*], [cr16])
408a44aa 134 SIM_TARGET([cris-*-* | crisv32-*-*], [cris])
a0e674c1 135 SIM_TARGET([d10v-*-*], [d10v])
408a44aa 136 SIM_TARGET([frv-*-*], [frv])
36bb57e4 137 SIM_TARGET([ft32-*-*], [ft32])
a0e674c1 138 SIM_TARGET([h8300*-*-*], [h8300])
408a44aa
MF
139 SIM_TARGET([iq2000-*-*], [iq2000])
140 SIM_TARGET([lm32-*-*], [lm32])
a0e674c1 141 SIM_TARGET([m32c-*-*], [m32c])
313c332f 142 SIM_TARGET([m32r-*-*], [m32r])
a0e674c1
MF
143 SIM_TARGET([m68hc11-*-*|m6811-*-*], [m68hc11])
144 SIM_TARGET([mcore-*-*], [mcore])
99aedb62 145 SIM_TARGET([microblaze*-*-*], [microblaze])
36bb57e4
MF
146 SIM_TARGET([mips*-*-*], [mips], [true], [sim_igen=yes])
147 SIM_TARGET([mn10300*-*-*], [mn10300], [true], [sim_igen=yes])
a0e674c1
MF
148 SIM_TARGET([moxie-*-*], [moxie])
149 SIM_TARGET([msp430*-*-*], [msp430])
99aedb62
MF
150 SIM_TARGET([or1k*-*-*], [or1k], [true])
151 SIM_TARGET([powerpc*-*-*], [ppc], [true])
a0e674c1 152 SIM_TARGET([pru*-*-*], [pru])
36bb57e4 153 SIM_TARGET([riscv*-*-*], [riscv], [true])
a0e674c1 154 SIM_TARGET([rl78-*-*], [rl78])
e173c80f 155 SIM_TARGET([rx-*-*], [rx])
a0e674c1 156 SIM_TARGET([sh*-*-*], [sh])
99aedb62 157 SIM_TARGET([sparc-*-*], [erc32])
36bb57e4 158 SIM_TARGET([v850*-*-*], [v850], [true], [sim_igen=yes])
a0e674c1 159 done
26da232c
MF
160
161 if test "x${enable_example_sims}" = xyes; then
8996c210 162 SIM_AC_TOOLCHAIN_FOR_TARGET(example-synacor)
bc56166f 163 SIM_BUILD_TARGET([example-synacor])
26da232c 164 fi
c0c25232 165 AM_CONDITIONAL([SIM_ENABLE_ARCH_examples], [test "${enable_example_sims}" = "yes"])
b7026657 166fi
b6b1c790 167AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
fb2c495f 168AM_CONDITIONAL([ENABLE_SIM], [test -n "$SIM_SUBDIRS"])
b7026657 169
04381273
MF
170dnl Standard (and optional) simulator options.
171dnl Eventually all simulators will support these.
ba307cdd 172SIM_AC_OPTION_ALIGNMENT
dba333c1 173SIM_AC_OPTION_ASSERT
1bf5c342 174SIM_AC_OPTION_CGEN_MAINT
04381273 175SIM_AC_OPTION_DEBUG
f9a4d543 176SIM_AC_OPTION_ENDIAN
5ea45474 177SIM_AC_OPTION_ENVIRONMENT
456ef1c1 178SIM_AC_OPTION_HARDWARE
d73f39ee 179SIM_AC_OPTION_INLINE
04381273 180SIM_AC_OPTION_PROFILE
7eb1f99a 181SIM_AC_OPTION_RESERVED_BITS
b79efe26 182SIM_AC_OPTION_SCACHE
04381273
MF
183SIM_AC_OPTION_STDIO
184SIM_AC_OPTION_TRACE
47ce766a 185SIM_AC_OPTION_WARNINGS
dba333c1 186
340aa4f6
TO
187AC_MSG_CHECKING(for a known getopt prototype in unistd.h)
188AC_CACHE_VAL(sim_cv_decl_getopt_unistd_h,
189[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [extern int getopt (int, char *const*, const char *);])],
190sim_cv_decl_getopt_unistd_h=yes, sim_cv_decl_getopt_unistd_h=no)])
191AC_MSG_RESULT($sim_cv_decl_getopt_unistd_h)
192if test $sim_cv_decl_getopt_unistd_h = yes; then
193 AC_DEFINE([HAVE_DECL_GETOPT], 1,
194 [Is the prototype for getopt in <unistd.h> in the expected format?])
195fi
196
36bb57e4
MF
197dnl These are unfortunate. They are conditionally called by other sim macros
198dnl but always used by common/Make-common.in. So we have to subst here even
199dnl when the rest of the code is in the respective macros. Once we merge the
200dnl respective SIM_AC_OPTION_xxx call above, we can drop these.
201AC_SUBST(sim_bitsize)
202AC_SUBST(sim_float)
36bb57e4 203
e173c80f 204dnl Some arches have unique configure flags.
408a44aa 205m4_include([frv/acinclude.m4])
e173c80f
MF
206m4_include([rx/acinclude.m4])
207
46a1e1f2
MF
208dnl Hack to output an "include" statement in the Makefile so automake doesn't
209dnl try to follow it itself while processing Makefile.am.
210include_makefile="include"
211AC_SUBST(include_makefile)
212
21672298 213AC_CONFIG_FILES([arch-subdir.mk Makefile .gdbinit:gdbinit.in])
bb3eddb5 214AC_OUTPUT