X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdbserver%2Fconfigure.ac;h=dc33f1a235b918a4ac919dfbb44c3971ba6c4433;hb=0d02e70b197c786f26175b9a73f94e01d14abdab;hp=6c504777d09e57fd7612cb874cbb53947b91e019;hpb=3666a04883754298b03884222206bfe756fbc520;p=binutils-gdb.git diff --git a/gdbserver/configure.ac b/gdbserver/configure.ac index 6c504777d09..dc33f1a235b 100644 --- a/gdbserver/configure.ac +++ b/gdbserver/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB server. -dnl Copyright (C) 2000-2021 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2022 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl @@ -19,6 +19,7 @@ dnl along with this program. If not, see . dnl Process this file with autoconf to produce a configure script. AC_INIT +AC_CONFIG_MACRO_DIRS([../config]) AC_CONFIG_SRCDIR([server.cc]) AC_CONFIG_HEADERS(config.h:config.in, [echo > stamp-h]) @@ -145,6 +146,7 @@ fi AC_SUBST(ustlibs) AC_SUBST(ustinc) +AM_GDB_COMPILER_TYPE AM_GDB_WARNINGS dnl dladdr is glibc-specific. It is used by thread-db.c but only for @@ -379,7 +381,7 @@ if test "$srv_xmlfiles" != ""; then done fi -GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_hostio_err_objs $srv_thread_depfiles" +GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_thread_depfiles" GDBSERVER_LIBS="$srv_libs" dnl Check whether the target supports __sync_*_compare_and_swap.