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