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