[PATCH v4 05/44] gdbserver: import AC_LIB_HAVE_LINKFLAGS macro into the autoconf script
Markus Metzger <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
From: Tankut Baris Aktemur <[email protected]> AC_LIB_HAVE_LINKFLAGS macro is available in gdb/configure.ac but was not in gdbserver/configure.ac. Include the same m4 files that gdb/configure.ac includes for AC_LIB_HAVE_LINKFLAGS. --- gdbserver/acinclude.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdbserver/acinclude.m4 b/gdbserver/acinclude.m4 index 9b1cf85a699..7690521def3 100644 --- a/gdbserver/acinclude.m4 +++ b/gdbserver/acinclude.m4 @@ -13,6 +13,11 @@ m4_include(../gdbsupport/compiler-type.m4) dnl This gets AM_GDB_WARNINGS. m4_include(../gdbsupport/warning.m4) +dnl For AC_LIB_HAVE_LINKFLAGS. +sinclude(../../config/lib-ld.m4) +sinclude(../../config/lib-prefix.m4) +sinclude(../../config/lib-link.m4) + dnl codeset.m4 is needed for common.m4, but not for dnl anything else in gdbserver. m4_include(../config/codeset.m4) -- 2.43.0 ________________________________________ Intel Deutschland GmbH Registered Address: Dornacher Strasse 1, 85622 Feldkirchen, Germany Tel: +49 (89) 99143-0 www.intel.de Managing Directors: Candice Moore, Jeffrey Schneiderman, Ramachandran Sitaraman Chairperson of the Supervisory Board: Sonja Pierer Registered Seat: Munich Commercial Register B: Amtsgericht Munich HRB 186928 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.