about summary refs log tree commit diff
path: root/sysdeps/mips
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-25 11:30:23 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-25 11:30:23 +0200
commitac0353af81a23535f517586a5d04427120a157ac (patch)
treed0ddb24d8ca52ed408dc3d0ef221daf7fd47c4a5 /sysdeps/mips
parent3b638095a575451b3c92ebd0b45f11578d07f26d (diff)
downloadglibc-ac0353af81a23535f517586a5d04427120a157ac.tar.gz
glibc-ac0353af81a23535f517586a5d04427120a157ac.tar.xz
glibc-ac0353af81a23535f517586a5d04427120a157ac.zip
Linux: Remove remaining references to $(shared-thread-library)
Since the variable expands to nothing under Linux, it is no longer
necessary to clutter the makefiles with it.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/mips')
-rw-r--r--sysdeps/mips/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile
index 19e6a57622..150518bc6d 100644
--- a/sysdeps/mips/Makefile
+++ b/sysdeps/mips/Makefile
@@ -72,8 +72,6 @@ endif
 ifeq ($(mips-mode-switch),yes)
 ifeq ($(o32-fpabi),xx)
 tests += tst-mode-switch-1 tst-mode-switch-2 tst-mode-switch-3
-$(objpfx)tst-mode-switch-1: $(shared-thread-library)
-$(objpfx)tst-mode-switch-2: $(shared-thread-library)
 endif
 endif
 endif