mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
380 B
Diff
16 lines
380 B
Diff
|
diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile
|
||
|
index 5651161..1a88430 100644
|
||
|
--- a/sysdeps/arm/Makefile
|
||
|
+++ b/sysdeps/arm/Makefile
|
||
|
@@ -7,3 +7,8 @@ endif
|
||
|
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
|
||
|
--
|
||
|
1.7.6.5
|