Date: Sun, 11 Apr 1999 01:10:01 -0400 (EDT) From: Luoqi Chen <luoqi@chen.ml.org> To: current@freebsd.org Subject: thread-safe libgcc Message-ID: <199904110510.BAA07448@chen.ml.org>
next in thread | raw e-mail | index | archive | help
For threaded applications to work correctly, we need a thread-safe version of libgcc. It is straight forward to build: define _PTHREADS in CFLAGS. We can have both versions just like libc and libc_r, and use the thread-safe version when linking threaded applications. If no one objects, I will add it to our tree and make necessary changes to gcc to use it. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904110510.BAA07448>