mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Add ARM dependency of libmemusage.so on libc_nonshared.a.
This commit is contained in:
parent
50e73d1379
commit
2d80bda390
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user