From owner-cvs-all@FreeBSD.ORG Sun Aug 31 19:05:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DFA516A4C0 for ; Sun, 31 Aug 2003 19:05:59 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 8078944011 for ; Sun, 31 Aug 2003 19:05:56 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 39881 invoked by uid 1002); 1 Sep 2003 02:05:53 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 1 Sep 2003 02:05:53 -0000 Message-ID: <3F52A976.4060708@freebsd.org> Date: Sun, 31 Aug 2003 20:05:42 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: <200308312238.h7VMcqXB086470@repoman.freebsd.org> In-Reply-To: <200308312238.h7VMcqXB086470@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 02:05:59 -0000 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 > > Revision Changes Path > 1.10 +2 -38 src/contrib/gcc/config/freebsd-spec.h > What is the consequence of this on ports/? I'm very much in favor of this change, but I'm wondering if more safety belts are needed. Also, are there any consequences on the doc/ and www/ areas? Scott