mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix thumb2 build breakage in libcrypt
This commit is contained in:
parent
c485e4d2cc
commit
f507f7d598
@ -1,3 +1,8 @@
|
|||||||
|
2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/Makefile (libcrypt-sysdep_routines): Add
|
||||||
|
libc-do-syscall.
|
||||||
|
|
||||||
2012-11-05 Joseph Myers <joseph@codesourcery.com>
|
2012-11-05 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
|
* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
|
||||||
|
@ -32,6 +32,10 @@ endif
|
|||||||
|
|
||||||
# Add a syscall function to each library that needs one.
|
# Add a syscall function to each library that needs one.
|
||||||
|
|
||||||
|
ifeq ($(subdir),crypt)
|
||||||
|
libcrypt-sysdep_routines += libc-do-syscall
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),rt)
|
ifeq ($(subdir),rt)
|
||||||
librt-sysdep_routines += libc-do-syscall
|
librt-sysdep_routines += libc-do-syscall
|
||||||
librt-shared-only-routines += libc-do-syscall
|
librt-shared-only-routines += libc-do-syscall
|
||||||
|
Loading…
Reference in New Issue
Block a user