aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 21:33:30 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-22 19:26:13 -0400
commit36bb57e40c5062ff6c5cb16463e1c7233baf46bb (patch)
treedf77ebccb379772d96211f3b5d74e260b184cdfe /sim/aarch64/configure.ac
parent224506e95d2d44aa6583cbcda9f4b7305f834ab3 (diff)
downloadgdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.zip
gdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.gz
gdb-36bb57e40c5062ff6c5cb16463e1c7233baf46bb.tar.bz2
sim: drop configure scripts for simple ports
These ports only use the pieces that have been unified, so we can merge them into the common configure script and get rid of their unique one entirely. We still compile & link separate run programs, and have dedicated subdir Makefiles, but the configure script portion is merged.
Diffstat (limited to 'sim/aarch64/configure.ac')
-rw-r--r--sim/aarch64/configure.ac25
1 files changed, 0 insertions, 25 deletions
diff --git a/sim/aarch64/configure.ac b/sim/aarch64/configure.ac
deleted file mode 100644
index 3d4290a..0000000
--- a/sim/aarch64/configure.ac
+++ /dev/null
@@ -1,25 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-
-dnl Copyright (C) 2015-2021 Free Software Foundation, Inc.
-dnl
-dnl Contributed by Red Hat.
-dnl
-dnl This file is part of GDB.
-
-dnl This program is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 3 of the License, or
-dnl (at your option) any later version.
-dnl
-dnl This program is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-dnl GNU General Public License for more details.
-dnl
-dnl You should have received a copy of the GNU General Public License
-dnl along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
-AC_INIT(Makefile.in)
-AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
-
-SIM_AC_OUTPUT