gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / aarch64 / configure.ac
CommitLineData
2e8cf49e
NC
1dnl Process this file with autoconf to produce a configure script.
2
b811d2c2 3dnl Copyright (C) 2015-2020 Free Software Foundation, Inc.
2e8cf49e
NC
4dnl
5dnl Contributed by Red Hat.
6dnl
7dnl This file is part of GDB.
8
9dnl This program is free software; you can redistribute it and/or modify
10dnl it under the terms of the GNU General Public License as published by
11dnl the Free Software Foundation; either version 3 of the License, or
12dnl (at your option) any later version.
13dnl
14dnl This program is distributed in the hope that it will be useful,
15dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
16dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17dnl GNU General Public License for more details.
18dnl
19dnl You should have received a copy of the GNU General Public License
20dnl along with this program. If not, see <http://www.gnu.org/licenses/>. */
21
2e8cf49e
NC
22AC_INIT(Makefile.in)
23sinclude(../common/acinclude.m4)
24
25SIM_AC_COMMON
26
27SIM_AC_OPTION_ENDIAN
28## We use NONSTRICT_ALIGNMENT as the default because AArch64 only
29## enforces 4-byte alignment, even for 8-byte reads/writes. The
30## common core does not support this, so we opt for non-strict
31## alignment instead.
32SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT,NONSTRICT_ALIGNMENT)
2e8cf49e
NC
33SIM_AC_OPTION_WARNINGS
34
35SIM_AC_OUTPUT
This page took 0.254986 seconds and 4 git commands to generate.