summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 02:49:22 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 02:49:22 +0100
commit411e138c5842499ced76db9b31876c294b4c952d (patch)
tree04c8abccc3ba45bd340c18e66c60704026126531 /sysdeps
parente51bdab72fba724fb1040cec9fb38127cd40b229 (diff)
revert not defining NO_HIDDEN
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/configure3
-rw-r--r--sysdeps/mach/hurd/configure.ac3
2 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure
index ae69207019..a0f97217e9 100644
--- a/sysdeps/mach/hurd/configure
+++ b/sysdeps/mach/hurd/configure
@@ -1,5 +1,8 @@
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
+$as_echo "#define NO_HIDDEN 1" >>confdefs.h
+
+
# 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
diff --git a/sysdeps/mach/hurd/configure.ac b/sysdeps/mach/hurd/configure.ac
index 60d3589506..ad915a568b 100644
--- a/sysdeps/mach/hurd/configure.ac
+++ b/sysdeps/mach/hurd/configure.ac
@@ -1,5 +1,8 @@
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+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