Remove the special atomic.h case for arm, and allow it to use

the platform specific file that imp provided.
This commit is contained in:
dougb 2007-06-05 22:17:16 +00:00
parent 31cb406c4b
commit 433397be88

View File

@ -65,8 +65,6 @@ CFLAGS+= -I${LIB_BIND_DIR}
# Use the right version of the atomic.h file from lib/isc
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
ISC_ATOMIC_ARCH= x86_32
.elif ${MACHINE_ARCH} == "arm"
ISC_ATOMIC_ARCH= noatomic
.else
ISC_ATOMIC_ARCH= ${MACHINE_ARCH}
.endif