2017-02-10 00:35:44 +00:00
|
|
|
commit 2d80bda39073a35af4b904d27fa1511cd309b26f
|
|
|
|
Author: Nathan Sidwell <nathan@codesourcery.com>
|
|
|
|
Date: Fri Jan 6 20:14:44 2012 +0000
|
|
|
|
|
|
|
|
Add ARM dependency of libmemusage.so on libc_nonshared.a.
|
|
|
|
|
2017-12-02 20:44:39 +00:00
|
|
|
---
|
|
|
|
sysdeps/arm/Makefile | 5 +++++
|
|
|
|
1 file changed, 5 insertions(+)
|
|
|
|
|
2017-08-23 23:05:40 +00:00
|
|
|
--- a/sysdeps/arm/Makefile
|
|
|
|
+++ b/sysdeps/arm/Makefile
|
2017-12-02 20:44:39 +00:00
|
|
|
@@ -7,3 +7,8 @@
|
2017-02-10 00:35:44 +00:00
|
|
|
ifeq ($(subdir),csu)
|
|
|
|
gen-as-const-headers += tlsdesc.sym
|
|
|
|
endif
|
|
|
|
+
|
|
|
|
+# to pull in __aeabi_read_tp, needed for tls
|
|
|
|
+ifeq ($(subdir),malloc)
|
|
|
|
+$(objpfx)libmemusage.so: $(common-objpfx)libc_nonshared.a
|
|
|
|
+endif
|