summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-05-18 09:14:36 +0000
committerphk <phk@FreeBSD.org>2002-05-18 09:14:36 +0000
commit768f23ab17cc7b567acc41b7e4be3b92579b77f9 (patch)
tree4c4cfdc21375584f2deeb1163b526af0a6462431 /lib/Makefile
parente97ac01e3ed9ca0753d6995c0197970119bb871a (diff)
downloadFreeBSD-src-768f23ab17cc7b567acc41b7e4be3b92579b77f9.zip
FreeBSD-src-768f23ab17cc7b567acc41b7e4be3b92579b77f9.tar.gz
Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index dbf840a..980bd36 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -39,7 +39,7 @@ _csu=csu/${MACHINE_ARCH}
_csu=csu
.endif
-.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64
_libc_r= libc_r
.endif
OpenPOWER on IntegriCloud