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