X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdbsupport%2Fconfigure.ac;h=401e16f821da462b81d39f9a949b0b419165780b;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=1dfed3cdc51db6c9a7a2b24fd16173af63e0eb5e;hpb=01027315f54048dbaf03ac37455c2528c72a6d9b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbsupport/configure.ac b/gdbsupport/configure.ac index 1dfed3cdc5..401e16f821 100644 --- a/gdbsupport/configure.ac +++ b/gdbsupport/configure.ac @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([gdbsupport], 1.0) AC_CONFIG_SRCDIR(common-defs.h) -AC_CONFIG_HEADER(support-config.h:config.in) +AC_CONFIG_HEADER(config.h:config.in) AC_CANONICAL_SYSTEM AM_MAINTAINER_MODE AC_CONFIG_AUX_DIR(..) @@ -45,6 +45,12 @@ GDB_AC_COMMON GDB_AC_SELFTEST AM_CONDITIONAL(SELFTEST, $enable_unittests) +# Check the return and argument types of ptrace. +GDB_AC_PTRACE + +# Detect support warning flags. +AM_GDB_WARNINGS + TARGET_WORD_SIZE=`sed -n 's,#define BFD_ARCH_SIZE \(.*\)$,\1,p' ../bfd/bfd-in3.h` AC_DEFINE_UNQUOTED(TARGET_WORD_SIZE, $TARGET_WORD_SIZE, [Define to the word size for the target.])