mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
[ARM] Add libc-do-syscall for libnss_db.
This commit is contained in:
parent
3c6ac5cbe1
commit
978f13ef73
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-18 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/eabi/Makefile: Add libc-do-syscall
|
||||||
|
for libnss_db.
|
||||||
|
|
||||||
2011-08-02 Andrew Haley <aph@redhat.com>
|
2011-08-02 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/clone.S: Mark as .cantunwind.
|
* sysdeps/unix/sysv/linux/arm/clone.S: Mark as .cantunwind.
|
||||||
|
@ -33,6 +33,11 @@ ifeq ($(subdir),nscd)
|
|||||||
nscd-modules += libc-do-syscall
|
nscd-modules += libc-do-syscall
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),nss)
|
||||||
|
libnss_db-sysdep_routines += libc-do-syscall
|
||||||
|
libnss_db-shared-only-routines += libc-do-syscall
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),posix)
|
ifeq ($(subdir),posix)
|
||||||
LDFLAGS-tst-rfc3484 += $(common-objpfx)csu/libc-do-syscall.o
|
LDFLAGS-tst-rfc3484 += $(common-objpfx)csu/libc-do-syscall.o
|
||||||
LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o
|
LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o
|
||||||
|
Loading…
Reference in New Issue
Block a user