diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 12:34:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 12:34:41 +0200 |
commit | f80eda0c17801058135f47e7f5ac3f6970e718ff (patch) | |
tree | b0881d47fe31009736e4836d8ae358893c00136e /toolchain/glibc/patches/install-lib.patch | |
parent | d07acf5eacf62cd8b5495f12e3b37427050270c9 (diff) |
cleanup eglibc/glibc Makefiles
- make it simpler and more equal
- add dependency to gperf needed for new config system
Diffstat (limited to 'toolchain/glibc/patches/install-lib.patch')
-rw-r--r-- | toolchain/glibc/patches/install-lib.patch | 17 |
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) |