Home | History | Annotate | Line # | Download | only in arm
      1 .include "arm.inc"
      2 .PATH.S: ${.PARSEDIR}
      3 
      4 CPUID_SRCS += armv4cpuid.S armcap.c armv4-mont.S armv4-gf2m.S
      5 CPUID = yes
      6 CPPFLAGS += -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
      7 CPPFLAGS += -DOPENSSL_CPUID_OBJ
      8 
      9 .if ${ARM_MAX_ARCH} <= 5
     10 COPTS.threads_pthread.c += -DBROKEN_CLANG_ATOMICS       # no atomic 64 bit ops
     11 .endif
     12 
     13 .include "../../crypto.inc"
     14 
     15