aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2006-01-23 18:21:07 +0000
committerDavid Daney <daney@gcc.gnu.org>2006-01-23 18:21:07 +0000
commit6d1e9d18820210572be79e27413d7f2d66a53a2a (patch)
tree91d19c107709bcce56719a8da4695c9454652758 /libjava/configure.host
parent3e355d92c28f77afdad6d79472cac3afcfabb93b (diff)
downloadgcc-6d1e9d18820210572be79e27413d7f2d66a53a2a.zip
gcc-6d1e9d18820210572be79e27413d7f2d66a53a2a.tar.gz
gcc-6d1e9d18820210572be79e27413d7f2d66a53a2a.tar.bz2
configure.host (disable_dladdr): Remove variable and its documentation.
* configure.host (disable_dladdr): Remove variable and its documentation. * configure.ac: Do not test for disable_dladdr. * configure: Regenerate. From-SVN: r110137
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index 41429d3..759001f 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -28,8 +28,6 @@
# pthread_self calls by caching thread IDs in a hashtable
# can_unwind_signal Set to "yes" if the EH unwinder supports throwing
# from a signal handler.
-# disable_dladdr Set to "yes" if dladdr should not be used
-# (i.e it is broken).
# fallback_backtrace_h Header to use for fallback backtrace implementation
# (only for targets that don't support DWARF2 unwind)
# descriptor_h Header to use for looking past function descriptors
@@ -44,7 +42,6 @@ enable_hash_synchronization_default=no
sysdeps_dir=generic
slow_pthread_self=
can_unwind_signal=no
-disable_dladdr=
fallback_backtrace_h=sysdep/generic/backtrace.h
case "${target_optspace}:${host}" in
@@ -251,7 +248,6 @@ EOF
case "${host}" in
mipsel*-linux* | mipsisa32el*-linux*)
enable_hash_synchronization_default=yes
- disable_dladdr=yes
;;
esac
;;