summaryrefslogtreecommitdiff
path: root/packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-10 23:00:09 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:50 (GMT)
commit8d636658182a3e3f234e8ce032afc6562cd8dd01 (patch)
treef1440740a2fece4de1c3574a427b07dcddb0eecb /packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch
parent30fb23dd895f82e71f13cd8a8d6a90d165f5090b (diff)
glibc-ports: remove obsolete versions
The corresponding versions of glibc have been removed previously; kill their "ports" counterpart. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch')
-rw-r--r--packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch b/packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch
deleted file mode 100644
index 6e35f5a..0000000
--- a/packages/glibc-ports/2.15/0001-libmemusage-link-failure.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 2d80bda39073a35af4b904d27fa1511cd309b26f
-Author: Nathan Sidwell <nathan@codesourcery.com>
-Date: Fri Jan 6 20:14:44 2012 +0000
-
- Add ARM dependency of libmemusage.so on libc_nonshared.a.
-
----
- sysdeps/arm/Makefile | 5 +++++
- 1 file changed, 5 insertions(+)
-
---- a/sysdeps/arm/Makefile
-+++ b/sysdeps/arm/Makefile
-@@ -7,3 +7,8 @@
- ifeq ($(subdir),csu)
- gen-as-const-headers += tlsdesc.sym
- endif
-+
-+# to pull in __aeabi_read_tp, needed for tls
-+ifeq ($(subdir),malloc)
-+$(objpfx)libmemusage.so: $(common-objpfx)libc_nonshared.a
-+endif