Blame sim/aarch64/configure.ac

Packit Service 706eca
dnl Process this file with autoconf to produce a configure script.
Packit Service 706eca
Packit Service 706eca
dnl Copyright (C) 2015-2018 Free Software Foundation, Inc.
Packit Service 706eca
dnl
Packit Service 706eca
dnl Contributed by Red Hat.
Packit Service 706eca
dnl
Packit Service 706eca
dnl This file is part of GDB.
Packit Service 706eca
Packit Service 706eca
dnl This program is free software; you can redistribute it and/or modify
Packit Service 706eca
dnl it under the terms of the GNU General Public License as published by
Packit Service 706eca
dnl the Free Software Foundation; either version 3 of the License, or
Packit Service 706eca
dnl (at your option) any later version.
Packit Service 706eca
dnl
Packit Service 706eca
dnl This program is distributed in the hope that it will be useful,
Packit Service 706eca
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 706eca
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 706eca
dnl GNU General Public License for more details.
Packit Service 706eca
dnl
Packit Service 706eca
dnl You should have received a copy of the GNU General Public License
Packit Service 706eca
dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit Service 706eca
Packit Service 706eca
AC_INIT(Makefile.in)
Packit Service 706eca
sinclude(../common/acinclude.m4)
Packit Service 706eca
Packit Service 706eca
SIM_AC_COMMON
Packit Service 706eca
Packit Service 706eca
SIM_AC_OPTION_ENDIAN
Packit Service 706eca
## We use NONSTRICT_ALIGNMENT as the default because AArch64 only
Packit Service 706eca
## enforces 4-byte alignment, even for 8-byte reads/writes.  The
Packit Service 706eca
## common core does not support this, so we opt for non-strict
Packit Service 706eca
## alignment instead.
Packit Service 706eca
SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT,NONSTRICT_ALIGNMENT)
Packit Service 706eca
SIM_AC_OPTION_WARNINGS
Packit Service 706eca
Packit Service 706eca
SIM_AC_OUTPUT