Bump to autoconf 2.69 and automake 1.15.1
[deliverable/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-2018 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_INIT(Makefile.in)
23 sinclude(../common/acinclude.m4)
24
25 SIM_AC_COMMON
26
27 SIM_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.
32 SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT,NONSTRICT_ALIGNMENT)
33 SIM_AC_OPTION_WARNINGS
34
35 SIM_AC_OUTPUT
This page took 0.034164 seconds and 4 git commands to generate.