summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-10-31 18:31:44 +0545
committerMike Frysinger <vapier@gentoo.org>2022-11-03 12:53:49 +0545
commit46a1e1f20b1192da31104f9ed436ea33328c79d4 (patch)
tree71ababdf1c68669109a41784402defe05884edb9 /sim/configure.ac
parentca7b34c5bead0acd3c93670d849081da04f5bcd9 (diff)
downloadbinutils-gdb-46a1e1f20b1192da31104f9ed436ea33328c79d4.tar.gz
sim: merge gnulib logic into the top-level
We aren't using this just yet, but we will, so make it available to building of common sim files.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index be0cfdbea32..30479aebc49 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -198,5 +198,10 @@ dnl Some arches have unique configure flags.
m4_include([frv/acinclude.m4])
m4_include([rx/acinclude.m4])
+dnl Hack to output an "include" statement in the Makefile so automake doesn't
+dnl try to follow it itself while processing Makefile.am.
+include_makefile="include"
+AC_SUBST(include_makefile)
+
AC_CONFIG_FILES([arch-subdir.mk Makefile .gdbinit:gdbinit.in])
AC_OUTPUT