From f80eda0c17801058135f47e7f5ac3f6970e718ff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Aug 2009 12:34:41 +0200 Subject: cleanup eglibc/glibc Makefiles - make it simpler and more equal - add dependency to gperf needed for new config system --- toolchain/glibc/patches/install-lib.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 toolchain/glibc/patches/install-lib.patch (limited to 'toolchain/glibc/patches/install-lib.patch') 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) -- cgit v1.2.3