]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - glibc/patches/glibc-ports-2.15-add-arm-dependency-of-libmemusage.so.patch
kernel: Update to 3.16.2
[people/ms/ipfire-3.x.git] / glibc / patches / glibc-ports-2.15-add-arm-dependency-of-libmemusage.so.patch
1 From 2d80bda39073a35af4b904d27fa1511cd309b26f Mon Sep 17 00:00:00 2001
2 From: Nathan Sidwell <nathan@codesourcery.com>
3 Date: Fri, 6 Jan 2012 20:14:44 +0000
4 Subject: [PATCH 01/17] Add ARM dependency of libmemusage.so on
5 libc_nonshared.a.
6
7 ---
8 sysdeps/arm/Makefile | 5 +++++
9 1 file changed, 5 insertions(+), 0 deletions(-)
10
11 diff --git a/ports/sysdeps/arm/Makefile b/ports/sysdeps/arm/Makefile
12 index 5651161..1a88430 100644
13 --- a/ports/sysdeps/arm/Makefile
14 +++ b/ports/sysdeps/arm/Makefile
15 @@ -7,3 +7,8 @@ endif
16 ifeq ($(subdir),csu)
17 gen-as-const-headers += tlsdesc.sym
18 endif
19 +
20 +# to pull in __aeabi_read_tp, needed for tls
21 +ifeq ($(subdir),malloc)
22 +$(objpfx)libmemusage.so: $(common-objpfx)libc_nonshared.a
23 +endif
24 --
25 1.7.5.4
26