From owner-freebsd-current Sat Apr 10 22:12:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from chen.ml.org (luoqi.watermarkgroup.com [207.202.73.170]) by hub.freebsd.org (Postfix) with ESMTP id 44E7014FC4 for ; Sat, 10 Apr 1999 22:12:15 -0700 (PDT) (envelope-from luoqi@chen.ml.org) Received: (from luoqi@localhost) by chen.ml.org (8.9.3/8.9.3) id BAA07448 for current@freebsd.org; Sun, 11 Apr 1999 01:10:01 -0400 (EDT) (envelope-from luoqi) Date: Sun, 11 Apr 1999 01:10:01 -0400 (EDT) From: Luoqi Chen Message-Id: <199904110510.BAA07448@chen.ml.org> To: current@freebsd.org Subject: thread-safe libgcc Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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