about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:08:05 +0200
commit65e1340e3241ff1ff5ecce0fc7df86c9977e8033 (patch)
tree9c973a6fbe1f4dca418d910d7e8e2b46a5eede89 /sysdeps/unix/sysv/linux/arc/Makefile
parentbdc90abc48f0528588600df37eebdc04ce01b2f0 (diff)
downloadglibc-65e1340e3241ff1ff5ecce0fc7df86c9977e8033.tar.gz
glibc-65e1340e3241ff1ff5ecce0fc7df86c9977e8033.tar.xz
glibc-65e1340e3241ff1ff5ecce0fc7df86c9977e8033.zip
arc: Remove _dl_var_init
The generic __rtld_static_init code handles GLRO (dl_pagesize).

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/arc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/Makefile b/sysdeps/unix/sysv/linux/arc/Makefile
index 25d7bbecac..eca9a9fd3a 100644
--- a/sysdeps/unix/sysv/linux/arc/Makefile
+++ b/sysdeps/unix/sysv/linux/arc/Makefile
@@ -12,13 +12,6 @@ sysdep_headers += sys/cachectl.h
 sysdep_routines += cacheflush
 endif
 
-ifeq ($(subdir),elf)
-ifeq ($(build-shared),yes)
-# This is needed for DSO loading from static binaries.
-sysdep-dl-routines += dl-static
-endif
-endif
-
 abi-variants := arcle arcbe
 
 ifeq (,$(filter $(default-abi),$(abi-variants)))