aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 02:48:22 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 02:48:22 +0100
commitd1e815ed25625c1412ffcd9ceaf7c860c69dbf40 (patch)
tree38ebecc2faad722ace386c26d7d4d6baef6814a6 /sysdeps
parent6e45e6ef4de173f8b94de07f9522c35fc230151c (diff)
downloadglibc-d1e815ed25625c1412ffcd9ceaf7c860c69dbf40.zip
glibc-d1e815ed25625c1412ffcd9ceaf7c860c69dbf40.tar.gz
glibc-d1e815ed25625c1412ffcd9ceaf7c860c69dbf40.tar.bz2
Revert not defining NO_HIDDEN on hurd
* sysdeps/mach/hurd/configure.ac (NO_HIDDEN): Define. * sysdeps/mach/hurd/configure: Regenerate.
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 dc43144..3d155a4 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
+
+
if test -n "$sysheaders"; then
OLD_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
diff --git a/sysdeps/mach/hurd/configure.ac b/sysdeps/mach/hurd/configure.ac
index 4e7e260..af9a9ea 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])
+
if test -n "$sysheaders"; then
OLD_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $SYSINCLUDES"