summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches/install-lib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/glibc/patches/install-lib.patch')
-rw-r--r--toolchain/glibc/patches/install-lib.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/toolchain/glibc/patches/install-lib.patch b/toolchain/glibc/patches/install-lib.patch
deleted file mode 100644
index 9be206def..000000000
--- a/toolchain/glibc/patches/install-lib.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nur glibc-2.9.orig/Makerules glibc-2.9/Makerules
---- glibc-2.9.orig/Makerules 2008-02-07 01:39:18.000000000 +0100
-+++ glibc-2.9/Makerules 2009-05-27 00:30:47.000000000 +0200
-@@ -853,6 +853,13 @@
- installed-libcs := $(foreach o,$(filter-out .os,$(object-suffixes-for-libc)),\
- $(inst_libdir)/$(patsubst %,$(libtype$o),\
- $(libprefix)$(libc-name)))
-+
-+install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
-+ $(inst_slibdir)/libc-$(version).so \
-+ $(inst_libdir)/libc.so \
-+ $(inst_libdir)/libc.a \
-+ install-lib
-+
- install: $(installed-libcs)
- $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
- $(make-target-directory)