1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Imply NOLIBC_R for PowerPC.

This commit is contained in:
David E. O'Brien 2003-08-16 21:21:07 +00:00
parent 4774e8e607
commit f29db4e7ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119002

View File

@ -41,7 +41,7 @@ _csu=csu
.endif .endif
# libc_r is obsolete on ia64. # libc_r is obsolete on ia64.
.if ${MACHINE_ARCH} != "ia64" .if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
.if !defined(NOLIBC_R) .if !defined(NOLIBC_R)
_libc_r= libc_r _libc_r= libc_r
.endif .endif