mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
3f258212a8
This is used by gdb, gdbsupport, and gdbserver. We want to use it in the sim tree too. Move it to gdbsupport which is meant as the common sharing space for these projects. Approved-By: Tom Tromey <tom@tromey.com>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
m4_include([../bfd/bfd.m4])
|
|
m4_include([common.m4])
|
|
m4_include([../config/ax_pthread.m4])
|
|
m4_include([../gdb/ax_cxx_compile_stdcxx.m4])
|
|
m4_include([../gdbsupport/libiberty.m4])
|
|
m4_include([selftest.m4])
|
|
m4_include([ptrace.m4])
|
|
|
|
dnl This gets AM_GDB_COMPILER_TYPE.
|
|
m4_include(compiler-type.m4)
|
|
|
|
dnl This gets AM_GDB_WARNINGS.
|
|
m4_include(warning.m4)
|