Add threads support for NetBSD.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Dec 2001 02:47:01 +0000 (02:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Dec 2001 02:47:01 +0000 (02:47 +0000)
commit7b938c2183e1edeb2747e974c14fe8f98968a4e8
treec80209e64466cd76d3e7cdff17877d78de1ce004
parent1a060de3a347634ff5a2b7210da233861f09acae
Add threads support for NetBSD.

This is also the first (I think) Perl threads build with
the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
NetBSD does not as of yet have true kernel POSIX threads,
but the user-level pth seems to be doing pretty well--
the only failure is that threads/t/basic okays 6 and 7
consistently seem be arriving in the reverse order.
Well, gdbm.t is also failing: 'Undefined PLT symbol
"gdbm_open" (reloc type = 7, symnum = 28)', but I'm
guessing that GDBM would need a threaded rebuild.

p4raw-id: //depot/perl@13585
hints/netbsd.sh