diff options
author | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-01-14 13:38:24 +0000 |
commit | 76adfcaec192e8572ed0c2fe5bdf13ee2c069c36 (patch) | |
tree | 6d9c40418e0ee71c2e449b9a8fa5f008f357a0f1 /gdb/configure | |
parent | e922bcabdffb3f36677c587e5ff04e90488837b6 (diff) | |
download | gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.zip gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.tar.gz gdb-76adfcaec192e8572ed0c2fe5bdf13ee2c069c36.tar.bz2 |
* 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')
-rwxr-xr-x | gdb/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/configure b/gdb/configure index 6ea3f58..5cee400 100755 --- a/gdb/configure +++ b/gdb/configure @@ -14328,27 +14328,6 @@ $as_echo "$found" >&6; } if test ${build} = ${host} -a ${host} = ${target} ; then case ${host_os} in - hpux*) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HPUX/OSF thread support" >&5 -$as_echo_n "checking for HPUX/OSF thread support... " >&6; } - if test -f /usr/include/dce/cma_config.h ; then - if test "$GCC" = "yes" ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - -$as_echo "#define HAVE_HPUX_THREAD_SUPPORT 1" >>confdefs.h - - CONFIG_OBS="${CONFIG_OBS} hpux-thread.o" - CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c" - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (suppressed because you are not using GCC)" >&5 -$as_echo "no (suppressed because you are not using GCC)" >&6; } - fi - else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - 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 |