aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-05-18 09:14:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-05-18 09:14:36 +0000
commit086b2eb54b507c1e5c7d67712dc5259593ece80f (patch)
tree4c4cfdc21375584f2deeb1163b526af0a6462431 /lib/Makefile
parent8d48b118f2f72dce80aa441d1e8edc7bb19d9e8d (diff)
Notes
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 dbf840adedb27..980bd36a35b63 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