summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches/install-lib.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-29 13:38:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-29 13:38:01 +0200
commit57d1691987a1f85375b9de5ab21b7c5c8e11afc2 (patch)
treed1ea120ba61a1afb78d6d1358de84f80c8e51a81 /toolchain/glibc/patches/install-lib.patch
parent8e09105ecbddd319a54dccaaf1e9f277bc44dfb4 (diff)
parent7047a0b2b2d18d51594cad92d5356bd626da063d (diff)
Merge branch 'lemote'
Diffstat (limited to 'toolchain/glibc/patches/install-lib.patch')
-rw-r--r--toolchain/glibc/patches/install-lib.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain/glibc/patches/install-lib.patch b/toolchain/glibc/patches/install-lib.patch
new file mode 100644
index 000000000..9be206def
--- /dev/null
+++ b/toolchain/glibc/patches/install-lib.patch
@@ -0,0 +1,17 @@
+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)