summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/Makefile.inc
AgeCommit message (Collapse)Author
2003-01-19repository move to libpthreadTheo de Raadt
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
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.
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
'make' will do the regression tests using libc_r 'make USELIBPTHREAD=yes' will do the regression tests using libpthread
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
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).
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.