diff options
author | Andreas Schwab <schwab@suse.de> | 2023-05-08 15:40:46 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2023-05-22 13:31:04 +0200 |
commit | ea08d8dceab27ef464b9c00a03b5c61a741a634d (patch) | |
tree | bf432f2b221fbb2136152465863a270e86f13c76 /sysdeps/hppa | |
parent | 368b7c614b102122b86af3953daea2b30230d0a8 (diff) | |
download | glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.tar glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.tar.gz glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.tar.bz2 glibc-ea08d8dceab27ef464b9c00a03b5c61a741a634d.zip |
Remove last remnants of have-protected
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r-- | sysdeps/hppa/Makefile | 3 |
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 |