summaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-01-14 13:38:21 +0000
committerPedro Alves <pedro@codesourcery.com>2011-01-14 13:38:21 +0000
commit92f94c62fe0788276b24d4bd2245fdd67158626e (patch)
treedbf41aa7392246cc7374c63219af56b6f9a2d8ee /gdb/configure
parent26d2277068ada3d73735650612ca7582dff749ce (diff)
downloadgdb-92f94c62fe0788276b24d4bd2245fdd67158626e.tar.gz
* 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-xgdb/configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdb/configure b/gdb/configure
index 6ea3f58bbc0..5cee400adb9 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