* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / package / base / glibc32 / hotfix-make-install-lib-all.patch
blob7fff163741341cf2cc204c841ea96e29ba477eed
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../glibc32/make-install-lib-all.patch
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- glibc-2.22/Makerules.vanilla 2016-01-07 20:42:32.223876834 +0000
18 +++ glibc-2.22/Makerules 2016-01-07 20:43:05.699877462 +0000
19 @@ -917,6 +917,16 @@
20 $(inst_libdir)/$(patsubst %,$(libtype$o),\
21 $(libprefix)$(libc-name)))
23 +install-lib-all: $(inst_slibdir)/libc.so$(libc.so-version) \
24 + $(inst_slibdir)/libc-$(version).so \
25 + $(inst_libdir)/libc.so \
26 + $(inst_libdir)/libc.a \
27 + install-lib
29 + install: $(installed-libcs)
30 + $(installed-libcs): $(inst_libdir)/lib$(libprefix)%: lib $(+force)
31 + $(make-target-directory)
33 .PHONY: check-install-supported
34 check-install-supported: