From 88c2e9424f5f3d2b8b8739c645cdce769c5287bd Mon Sep 17 00:00:00 2001 From: kevinb Date: Thu, 16 Jan 2003 18:20:18 +0000 Subject: [PATCH] * config.in (LIBTHREAD_DB_SO): New macro. * configure.in (mips64*linux*): Remove no-threads.o from TARGET_MODULES list. Add thread-db.o to this list. * configure: Regenerate. --- rda/unix/ChangeLog | 7 +++++++ rda/unix/config.in | 3 +++ rda/unix/configure | 2 +- rda/unix/configure.in | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/rda/unix/ChangeLog b/rda/unix/ChangeLog index 378eb1d331..cf53502393 100644 --- a/rda/unix/ChangeLog +++ b/rda/unix/ChangeLog @@ -1,3 +1,10 @@ +2003-01-16 Kevin Buettner + + * config.in (LIBTHREAD_DB_SO): New macro. + * configure.in (mips64*linux*): Remove no-threads.o from + TARGET_MODULES list. Add thread-db.o to this list. + * configure: Regenerate. + 2003-01-10 Kevin Buettner * Makefile.in: Regenerate using "automake --cygnus --ignore-deps". diff --git a/rda/unix/config.in b/rda/unix/config.in index 54fcb1d0f6..118630e7d7 100644 --- a/rda/unix/config.in +++ b/rda/unix/config.in @@ -130,3 +130,6 @@ /* Define if system headers will define prfpregset_t */ #undef HAVE_PRFPREGSET_T + +/* Define name / location of libthread_db.so */ +#undef LIBTHREAD_DB_SO diff --git a/rda/unix/configure b/rda/unix/configure index 365573a628..8f3bdd9723 100755 --- a/rda/unix/configure +++ b/rda/unix/configure @@ -4104,7 +4104,7 @@ done case "$target" in mips64*linux*) - TARGET_MODULES="linux-target.o no-threads.o ptrace-target.o" + TARGET_MODULES="linux-target.o thread-db.o ptrace-target.o" cat >>confdefs.h <<\_ACEOF #define LINUX_TARGET 1 _ACEOF diff --git a/rda/unix/configure.in b/rda/unix/configure.in index 1406dd1064..956a352089 100644 --- a/rda/unix/configure.in +++ b/rda/unix/configure.in @@ -31,7 +31,7 @@ dnl define ptrace_arg3_type case "$target" in mips64*linux*) - TARGET_MODULES="linux-target.o no-threads.o ptrace-target.o" + TARGET_MODULES="linux-target.o thread-db.o ptrace-target.o" AC_DEFINE(LINUX_TARGET) AC_DEFINE(GREGSET_T, prgregset_t) AC_DEFINE(FPREGSET_T, prfpregset_t) -- 2.11.0