Add ARM dependency of libmemusage.so on libc_nonshared.a.

This commit is contained in:
Nathan Sidwell 2012-01-06 20:14:44 +00:00 committed by Joseph Myers
parent 50e73d1379
commit 2d80bda390
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-01-05 Nathan Sidwell <nathan@codesourcery.com>
Tom de Vries <tom@codesourcery.com>
* sysdeps/arm/Makefile (libmemusage.so): Add libc_nonshared.a
dependency.
2012-01-03 Mike Frysinger <vapier@gentoo.org>
[BZ #12354]

View File

@ -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