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.
This commit is contained in:
Peter Wemm
2003-06-02 22:22:52 +00:00
parent b8f8813c6e
commit 3aefe09423
3 changed files with 21 additions and 2 deletions
+2 -1
View File
@@ -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