From c25fec6f57a9f1901c8a11eb51c8318bb86d47b9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Apr 2015 10:51:49 -0700 Subject: ARM: Define PI_STATIC_AND_HIDDEN. --- sysdeps/arm/configure.ac | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sysdeps/arm/configure.ac') diff --git a/sysdeps/arm/configure.ac b/sysdeps/arm/configure.ac index 002b8ef365..168f2e7c80 100644 --- a/sysdeps/arm/configure.ac +++ b/sysdeps/arm/configure.ac @@ -2,10 +2,9 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/arm. dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -dnl NOTE: This feature was added by the GCC TLS patches. We should test for -dnl it. Until we do, don't define it. -#AC_DEFINE(PI_STATIC_AND_HIDDEN) +dnl position independent way. This has been true since GCC 4.1, +dnl which is older than the minimum version required to build libc. +AC_DEFINE(PI_STATIC_AND_HIDDEN) # We check to see if the compiler and flags are # selecting the hard-float ABI and if they are then -- cgit 1.4.1