]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hopefully fix alpha and sparc64 builds: on these architectures,
authorru <ru@FreeBSD.org>
Tue, 21 Sep 2004 21:47:05 +0000 (21:47 +0000)
committerru <ru@FreeBSD.org>
Tue, 21 Sep 2004 21:47:05 +0000 (21:47 +0000)
commit5361b04b030689849bbecb5ac450cabef8280783
tree6d69b547437a01ab0faee1881762809a73d515e2
parentfca3e8d0f025bb870813611c5bda70c7a04a0aa1
Hopefully fix alpha and sparc64 builds: on these architectures,
libpthread is provided by src/lib/libc_r.

Also, removed lib/bind from _generic_libs, "lib" will suffice.
Also, removed redundant lib/bind dependency on lib/libpthread
(as lib/bind is not in the _prebuild_libs, it's not needed).

Prodded by: trhodes@ reporting that des@ is on the flight
Makefile.inc1