diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-23 18:21:07 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-23 18:21:07 +0000 |
commit | 442025fd9bd8c1a3ed85f7840ecac59d782df227 (patch) | |
tree | 91d19c107709bcce56719a8da4695c9454652758 /libjava/configure.host | |
parent | b5ae5c89be7508138ae3df0c1741ab9ce926e915 (diff) | |
download | gcc-442025fd9bd8c1a3ed85f7840ecac59d782df227.tar.gz |
* configure.host (disable_dladdr): Remove variable and its
documentation.
* configure.ac: Do not test for disable_dladdr.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110137 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 41429d3cd11..759001f0256 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 ;; |