diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2022-03-03 18:04:37 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2022-03-03 18:22:38 +0100 |
commit | 42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08 (patch) | |
tree | 2a62be64892c22835f059ae33b41e9f771d1197c /sysdeps | |
parent | 2bbc694df279020a6620096d31c1e05c93966f9b (diff) | |
download | glibc-42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08.tar glibc-42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08.tar.gz glibc-42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08.tar.bz2 glibc-42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08.zip |
linux/i386: remove dead assignment of sysdep-dl-routines
The variable sysdep-dl-routines has only an effect in the elf subdir.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index abd0009d58..b66f8a7b41 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -22,7 +22,6 @@ gen-as-const-headers += ucontext_i.sym endif ifeq ($(subdir),csu) -sysdep-dl-routines += sysdep ifeq (yes,$(build-shared)) sysdep_routines += divdi3 shared-only-routines += divdi3 |