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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user