Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thumb2 build breakage in libcrypt
  • Loading branch information
Marcus Shawcroft committed Nov 14, 2012
1 parent c485e4d commit f507f7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/ChangeLog.arm
@@ -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>

* sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
Expand Down
4 changes: 4 additions & 0 deletions ports/sysdeps/unix/sysv/linux/arm/Makefile
Expand Up @@ -32,6 +32,10 @@ endif

# Add a syscall function to each library that needs one.

ifeq ($(subdir),crypt)
libcrypt-sysdep_routines += libc-do-syscall
endif

ifeq ($(subdir),rt)
librt-sysdep_routines += libc-do-syscall
librt-shared-only-routines += libc-do-syscall
Expand Down

0 comments on commit f507f7d

Please sign in to comment.