diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-10-31 18:31:44 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 12:53:49 +0545 |
commit | 46a1e1f20b1192da31104f9ed436ea33328c79d4 (patch) | |
tree | 71ababdf1c68669109a41784402defe05884edb9 /sim/configure.ac | |
parent | ca7b34c5bead0acd3c93670d849081da04f5bcd9 (diff) | |
download | gdb-46a1e1f20b1192da31104f9ed436ea33328c79d4.zip gdb-46a1e1f20b1192da31104f9ed436ea33328c79d4.tar.gz gdb-46a1e1f20b1192da31104f9ed436ea33328c79d4.tar.bz2 |
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.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index be0cfdb..30479ae 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 |