Fix thumb2 build breakage in libcrypt
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 14 Nov 2012 23:06:40 +0000 (23:06 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 14 Nov 2012 23:06:40 +0000 (23:06 +0000)
ports/ChangeLog.arm
ports/sysdeps/unix/sysv/linux/arm/Makefile

index c5e5f36..d060121 100644 (file)
@@ -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
index d9eb10c..bda3ea9 100644 (file)
@@ -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