Age | Commit message (Collapse) | Author |
|
|
|
takes their place. The -pthread option to gcc uses libpthread.
ppc portion of patch from drahn@ (thanks). gcc portions of patch
OK espie@. Ports testing (no bad effects!) by naddy@
best build sequence is: build gcc, build system, build ports
remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and
libnpthread is removed threaded ports will stop working until
they have been re-built using the libpthread and the updated gcc.
That's why the above build sequence is recommended.
|
|
|
|
ok art@
|
|
'make' will do the regression tests using libc_r
'make USELIBPTHREAD=yes' will do the regression tests using libpthread
|
|
5 seconds is not enough to compile those tests on sun4c (actually, the
time limit should not be applied to compilation, but fixing that is a pain).
|
|
|
|
|
|
Thanks to pval@ for resolving the license stuff.
|