From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 13:53:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 630788CA for ; Wed, 28 Nov 2012 13:53:37 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 730D08FC1C for ; Wed, 28 Nov 2012 13:53:35 +0000 (UTC) Received: (qmail 83289 invoked from network); 28 Nov 2012 13:53:27 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 28 Nov 2012 13:53:27 -0000 Message-ID: <50B61757.7090303@FreeBSD.org> Date: Wed, 28 Nov 2012 14:53:27 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> <50B5DBF5.9020801@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Ganael LAPLANCHE , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 13:53:37 -0000 Eitan Adler ha scritto: > Is this actually true? I started a thread on on -hackers about this > and got no information. :( > > FWIW -pthread also sets -D_REENTRENT but I havn't seen a case where > this matters. I was talking about PTHREAD_LIBS: -pthread and -lpthread are equivalent on linking step on current FreeBSD supported releases. PTHREAD_CFLAGS instead is already empty, since no compile time flags are needed by FreeBSD to enable threading support. -- Alex Dupre