summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-06-05 22:17:16 +0000
committerdougb <dougb@FreeBSD.org>2007-06-05 22:17:16 +0000
commit433397be886ce98eba6f388b318f8d6ede3d47a6 (patch)
treecf2e29c9b09cfbe7819f81116f0268d03a9bca94 /lib
parent31cb406c4bbad515df1fd219e6174d2c34ff0428 (diff)
downloadFreeBSD-src-433397be886ce98eba6f388b318f8d6ede3d47a6.zip
FreeBSD-src-433397be886ce98eba6f388b318f8d6ede3d47a6.tar.gz
Remove the special atomic.h case for arm, and allow it to use
the platform specific file that imp provided.
Diffstat (limited to 'lib')
-rw-r--r--lib/bind/config.mk2
1 files changed, 0 insertions, 2 deletions
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
OpenPOWER on IntegriCloud