summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-01 08:45:44 +0000
committerRoland McGrath <roland@gnu.org>2002-10-01 08:45:44 +0000
commit749a9a4fbfd261e2d9811d9bc4507478c2f7cc58 (patch)
tree17cafa03770236ee2f1b6671f22501b35eaf816d /sysdeps/mach/hurd/configure.in
parentd1f69fed96fdb47aa7394d6e0ece1e16811d55fd (diff)
2002-10-01 Roland McGrath <roland@frob.com>
* config.h.in (NO_HIDDEN): New #undef. * include/libc-symbols.h [! NO_HIDDEN]: Add this condition to nonempty definitions of hidden_proto et al. * configure.in: Grok --disable-hidden-plt to define NO_HIDDEN. * configure: Regenerated. * sysdeps/mach/hurd/configure.in: Always define NO_HIDDEN. * sysdeps/mach/hurd/configure: Regenerated.
Diffstat (limited to 'sysdeps/mach/hurd/configure.in')
-rw-r--r--sysdeps/mach/hurd/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/configure.in b/sysdeps/mach/hurd/configure.in
index 2945dc184e..21c77b9262 100644
--- a/sysdeps/mach/hurd/configure.in
+++ b/sysdeps/mach/hurd/configure.in
@@ -4,6 +4,9 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# GNU libc on the Hurd is always reentrant.
DEFINES="$DEFINES -D_LIBC_REENTRANT"
+dnl We need this setting because of the need for PLT calls in ld.so.
+AC_DEFINE([NO_HIDDEN])
+
# Don't bother trying to generate any glue code to be compatible with the
# existing system library, because we are the only system library.
inhibit_glue=yes