From 433397be886ce98eba6f388b318f8d6ede3d47a6 Mon Sep 17 00:00:00 2001 From: dougb Date: Tue, 5 Jun 2007 22:17:16 +0000 Subject: Remove the special atomic.h case for arm, and allow it to use the platform specific file that imp provided. --- lib/bind/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/bind/config.mk b/lib/bind/config.mk index a2ed504..edbb489 100644 --- a/lib/bind/config.mk +++ b/lib/bind/config.mk @@ -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 -- cgit v1.1