From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g1MHrK916217 for linux-mips-outgoing; Fri, 22 Feb 2002 09:53:20 -0800 Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g1MHrH916214 for ; Fri, 22 Feb 2002 09:53:17 -0800 Received: from ocean.lucon.org ([12.234.16.87]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222165312.RPYZ2951.rwcrmhc53.attbi.com@ocean.lucon.org>; Fri, 22 Feb 2002 16:53:12 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 7A202125C1; Fri, 22 Feb 2002 08:53:11 -0800 (PST) Date: Fri, 22 Feb 2002 08:53:10 -0800 From: "H . J . Lu" To: "Maciej W. Rozycki" Cc: Wayne Gowcher , Linux-MIPS Subject: Re: pthread support in mipsel-linux Message-ID: <20020222085310.A17035@lucon.org> References: <20020221102503.A28936@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from macro@ds2.pg.gda.pl on Fri, Feb 22, 2002 at 02:38:53PM +0100 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk On Fri, Feb 22, 2002 at 02:38:53PM +0100, Maciej W. Rozycki wrote: > On Thu, 21 Feb 2002, H . J . Lu wrote: > > > > Just to clarify, the glibc rpm in your Redhat 7.1 is > > > compiled with -mips1 right ? So as it is broken yes ? > > > > Yes. -mips1 doesn't work well with thread. > > What's wrong with -mips1 currently? It used to be OK around glibc 2.2 -- > has anything changed since then that needs -mips1 to be fixed? > Mutex is now implemented with spin lock by default. BTW, how many people have run "make check" on glibc compiled -mips1? H.J.