aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-01-14 13:43:16 +0000
committerPedro Alves <palves@redhat.com>2011-01-14 13:43:16 +0000
commit715f468029079d169d0aa71ebfb6544e4d23a75d (patch)
treee636a3b62c07bb0613c7fe1c6af308a4a8016491 /gdb/configure.ac
parent76adfcaec192e8572ed0c2fe5bdf13ee2c069c36 (diff)
downloadgdb-715f468029079d169d0aa71ebfb6544e4d23a75d.zip
gdb-715f468029079d169d0aa71ebfb6544e4d23a75d.tar.gz
gdb-715f468029079d169d0aa71ebfb6544e4d23a75d.tar.bz2
gdb/
* Makefile.in (hpux-thread.o): Delete rule. * configure.ac: Don't check for HPUX DCE threads support. * configure, config.in: Regenerate. * hppa-hpux-nat.c (child_suppress_run): Delete. (hppa_hpux_child_can_run): Delete. (_initialize_hppa_hpux_nat): Don't override to_can_run. * hpux-thread.c: Delete.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 9272843..4be35bc 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1528,22 +1528,6 @@ dnl and not doing a canadian cross build (build == host).
if test ${build} = ${host} -a ${host} = ${target} ; then
case ${host_os} in
- hpux*)
- AC_MSG_CHECKING(for HPUX/OSF thread support)
- if test -f /usr/include/dce/cma_config.h ; then
- if test "$GCC" = "yes" ; then
- AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT, 1,
- [Define if you have HPUX threads])
- CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
- CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
- else
- AC_MSG_RESULT(no (suppressed because you are not using GCC))
- fi
- else
- AC_MSG_RESULT(no)
- fi
- ;;
solaris*)
# See if thread_db library is around for Solaris thread debugging.
# Note that we must explicitly test for version 1 of the library