aboutsummaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-04-29 16:37:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-04-29 16:37:51 +0200
commite47de5cb2d4dbecb58f569ed241e8e95c568f03c (patch)
tree0024e33042a32c5a2c19b6e239e562d19016e1d4 /config.make.in
parent5b5b1012d579bfb38e11cea3767bec06554c0063 (diff)
downloadglibc-e47de5cb2d4dbecb58f569ed241e8e95c568f03c.tar
glibc-e47de5cb2d4dbecb58f569ed241e8e95c568f03c.tar.gz
glibc-e47de5cb2d4dbecb58f569ed241e8e95c568f03c.tar.bz2
glibc-e47de5cb2d4dbecb58f569ed241e8e95c568f03c.zip
Do not use --hash-style=both for building glibc shared objects
The comment indicates that --hash-style=both was used to maintain compatibility with static dlopen, but we had many internal ABI changes since then, so this compatiblity does not add value anymore. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in
index bf728c71c0..fff4c78dd0 100644
--- a/config.make.in
+++ b/config.make.in
@@ -70,7 +70,6 @@ have-libcap = @have_libcap@
have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
fno-unit-at-a-time = @fno_unit_at_a_time@
bind-now = @bindnow@
-have-hash-style = @libc_cv_hashstyle@
use-default-link = @use_default_link@
have-cxx-thread_local = @libc_cv_cxx_thread_local@
have-loop-to-function = @libc_cv_cc_loop_to_function@