about summary refs log tree commit diff
path: root/sysdeps/hppa
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2023-05-08 15:40:46 +0200
committerAndreas Schwab <schwab@suse.de>2023-05-22 13:31:04 +0200
commitea08d8dceab27ef464b9c00a03b5c61a741a634d (patch)
treebf432f2b221fbb2136152465863a270e86f13c76 /sysdeps/hppa
parent368b7c614b102122b86af3953daea2b30230d0a8 (diff)
downloadglibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.tar.gz
glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.tar.xz
glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.zip
Remove last remnants of have-protected
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile
index 9531504c4b..b7765c31ec 100644
--- a/sysdeps/hppa/Makefile
+++ b/sysdeps/hppa/Makefile
@@ -30,9 +30,6 @@ endif
 ifeq ($(subdir),csu)
 ifeq (yes,$(build-shared))
 # Compatibility
-ifeq (yes,$(have-protected))
-CPPFLAGS-libgcc-compat.c = -DHAVE_DOT_HIDDEN
-endif
 sysdep_routines += libgcc-compat
 shared-only-routines += libgcc-compat
 endif