summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bind/config.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index d47194b..a2ed504 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -63,12 +63,10 @@ CFLAGS+= -I${LIB_BIND_DIR}
.endif
# Use the right version of the atomic.h file from lib/isc
-.if ${MACHINE_ARCH} == "amd64"
-ISC_ATOMIC_ARCH= x86_64
-.elif ${MACHINE_ARCH} == "arm"
-ISC_ATOMIC_ARCH= mips
-.elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "i386/pc98"
+.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