summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-02 22:22:52 +0000
committerpeter <peter@FreeBSD.org>2003-06-02 22:22:52 +0000
commit8f0f81825daca4c7490ab86e1b2f98b82476e9fe (patch)
treea6b086a365d2f5b9b0783b8096eb9a95cd6f86c2 /lib/Makefile
parent58b9cc83ad08e252efdd2bb1ef346696aaec625a (diff)
downloadFreeBSD-src-8f0f81825daca4c7490ab86e1b2f98b82476e9fe.zip
FreeBSD-src-8f0f81825daca4c7490ab86e1b2f98b82476e9fe.tar.gz
Port libc_r to amd64, and turn it back on for amd64. It passes all of
the same src/lib/libc_r/test/* tests that the other platforms pass.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 556e3e6..6fba6a0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -42,10 +42,11 @@ _csu=csu
.if ${MACHINE_ARCH} != "amd64"
_libstand= libstand
+.endif
+
.if !defined(NOLIBC_R)
_libc_r= libc_r
.endif
-.endif
.if !defined(NO_BIND)
_libbind= libbind
OpenPOWER on IntegriCloud