aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libzpool/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-08-23 22:04:30 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-08-23 22:04:30 +0000
commit222447d5e0b0966ae6350312718c2c783c3ce88b (patch)
tree21f1a94da36a73aa756910d0cd225f64db8826a6 /cddl/lib/libzpool/Makefile
parent820b53e152b542f5c6b4bd1f3c7f1b7ae1e9a7c7 (diff)
downloadsrc-222447d5e0b0966ae6350312718c2c783c3ce88b.tar.gz
src-222447d5e0b0966ae6350312718c2c783c3ce88b.zip
Use real atomic operations for sparc64.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=211722
Diffstat (limited to 'cddl/lib/libzpool/Makefile')
-rw-r--r--cddl/lib/libzpool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile
index 6d8d59f82114..2199a014ae1b 100644
--- a/cddl/lib/libzpool/Makefile
+++ b/cddl/lib/libzpool/Makefile
@@ -11,7 +11,7 @@
# LIST_SRCS
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/os
# ATOMIC_SRCS
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "powerpc64"
.PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
ATOMIC_SRCS= opensolaris_atomic.S
.else