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

Add libpthread to the alpha build.

Requested by ru: Since the majority of archs can now support the
build of libpthread, rearrange the Makefile to treat libpthread
as an exception.
This commit is contained in:
Daniel Eischen 2003-08-09 15:29:52 +00:00
parent 588920f14e
commit 3d8239856c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118694

View File

@ -63,15 +63,6 @@ _compat= compat
_libncp= libncp
_libsmb= libsmb
_libvgl= libvgl
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif
.endif
.if ${MACHINE_ARCH} == "ia64"
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif
.endif
.if ${MACHINE_ARCH} == "alpha"
@ -82,6 +73,9 @@ _compat= compat
.if ${MACHINE_ARCH} == "amd64"
_libncp= libncp
_libsmb= libsmb
.endif
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64"
.if !defined(NOLIBPTHREAD)
_libpthread= libpthread
.endif