There is no MACHINE_CPUARCH == armv6, remove redunant check.
This commit is contained in:
parent
2fd0ca5e73
commit
146d299dee
@ -184,7 +184,7 @@ SRCF+= umodsi3
|
||||
.endif
|
||||
|
||||
# FreeBSD-specific atomic intrinsics.
|
||||
.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "armv6"
|
||||
.if ${MACHINE_CPUARCH} == "arm"
|
||||
.PATH: ${SRCTOP}/sys/arm/arm
|
||||
|
||||
SRCF+= stdatomic
|
||||
|
Loading…
Reference in New Issue
Block a user