RE: thread-safe libgcc

1999-04-11 Thread Jeroen Ruigrok/Asmodai
On 11-Apr-99 Luoqi Chen wrote:
> 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.

By all means, please do.

Since GTk+ or Gnome likes threads as well, and a lot more Linux apps do as
well...

---
Jeroen Ruigrok van der Werven  
asmodai(at)wxs.nlThe idea does not replace the work...
Network/Security Specialist  
*BSD: Powered by Knowledge & Know-how 


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



thread-safe libgcc

1999-04-10 Thread Luoqi Chen
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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message