diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-11-17 17:50:14 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-11-17 17:50:14 +0000 |
commit | c27e56d74f3fb58f18e5381e49d30e1134b2005e (patch) | |
tree | 961e5061add44ed5f4bdded12ae6f2bb7d4c930a /libc/ports/sysdeps/unix/sysv/linux | |
parent | 976bc9d4ac64f30edc1e8fa8ec7552703f04a6de (diff) | |
download | eglibc2-c27e56d74f3fb58f18e5381e49d30e1134b2005e.tar.gz |
Merge changes between r21628 and r21775 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@21776 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/ports/sysdeps/unix/sysv/linux')
-rw-r--r-- | libc/ports/sysdeps/unix/sysv/linux/arm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/ports/sysdeps/unix/sysv/linux/arm/Makefile b/libc/ports/sysdeps/unix/sysv/linux/arm/Makefile index d9eb10c9a..bda3ea9f7 100644 --- a/libc/ports/sysdeps/unix/sysv/linux/arm/Makefile +++ b/libc/ports/sysdeps/unix/sysv/linux/arm/Makefile @@ -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 |