Remove building with NOCRYPTO option
[minix.git] / common / lib / libc / arch / arm / string / strlen.S
blob034289bd3f3f336e2bfdd082744f818252f750e2
1 /* $NetBSD: strlen.S,v 1.4 2013/08/20 08:07:30 matt Exp $ */
3 #include <arm/cdefs.h>
5 #if defined(_STANDALONE) || (defined(__thumb__) && !defined(_ARM_ARCH_T2))
6 #include "strlen_naive.S"
7 #else
8 #include "strlen_arm.S"
9 #endif