Hook libthr to the build for PowerPC

This commit is contained in:
Peter Grehan 2004-03-02 06:26:37 +00:00
parent a95a647dcc
commit 9c3078173a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126477

View File

@ -96,7 +96,7 @@ _libpthread= libpthread
.endif
.endif
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
.if ${MACHINE_ARCH} != "amd64"
.if !defined(NOLIBTHR)
_libthr= libthr
.endif