freebsd-dev/lib/librt
Dimitry Andric ceed9a6cf9 Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seems
ctfconvert will corrupt object files that are compiled with -g, if it is
not run with -g itself.

To fix it, remove -g from CFLAGS in lib/librt/Makefile.  If you need to
compile this library with debug info, use DEBUG_FLAGS=-g instead, which
will work correctly, even when using WITH_CTF.
2011-02-23 21:17:38 +00:00
..
aio.c Implement SIGEV_THREAD notification for aio_fsync. 2006-03-24 03:24:27 +00:00
Makefile Fix the 32-bit build stage on amd64 when WITH_CTF is enabled. It seems 2011-02-23 21:17:38 +00:00
mq.c To support stack unwinding for cancellation points, add -fexceptions flag 2010-09-25 01:57:47 +00:00
sigev_thread.c Fix compiler warnings. 2009-11-18 01:35:36 +00:00
sigev_thread.h 1. Always call user callback function in newly created thread, it seems 2006-03-07 08:28:07 +00:00
timer.c Set SNF_SYNC flag for timer, as the timer notification should be 2006-03-08 00:34:54 +00:00
Version.map Symbol version librt. 2007-04-29 14:01:45 +00:00