From owner-cvs-src@FreeBSD.ORG Sun Aug 31 21:55:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBF5D16A4BF; Sun, 31 Aug 2003 21:55:29 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2205743FA3; Sun, 31 Aug 2003 21:55:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h814tEQX091771; Sun, 31 Aug 2003 21:55:19 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h814tD0V091770; Sun, 31 Aug 2003 21:55:13 -0700 (PDT) Date: Sun, 31 Aug 2003 21:55:13 -0700 From: "David O'Brien" To: Daniel Eischen Message-ID: <20030901045513.GA91654@dragon.nuxi.com> References: <200308312238.h7VMcqXB086470@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308312238.h7VMcqXB086470@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc/config freebsd-spec.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 04:55:29 -0000 On Sun, Aug 31, 2003 at 03:38:52PM -0700, Daniel Eischen wrote: > deischen 2003/08/31 15:38:52 PDT > > FreeBSD src repository > > Modified files: > contrib/gcc/config freebsd-spec.h > Log: > Remove -pthread as a compiler option. It was deprecated 2.5 years > ago, but not removed. > > No reply from: threads, kan, obrien Please back this out. I haven't had a chance to reply to you because this is a complicated matter. It also seemed that maybe you wished the patch you sent to be forwarded back to the FSF and not committed in our repo. We can't just remove this like this w/o coordinating with the code in the FSF repo. {Net,Open}BSD and Linux all accept the "-pthread" option. By removing support for it we are the odd man out on accepted GCC options. You also break Makefile compatability with FreeBSD 4.x.