From owner-cvs-src@FreeBSD.ORG Mon Sep 1 13:27:24 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 5CE1616A4BF; Mon, 1 Sep 2003 13:27:24 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0B743FDD; Mon, 1 Sep 2003 13:27:23 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h81KRMtp017017; Mon, 1 Sep 2003 16:27:23 -0400 (EDT) Date: Mon, 1 Sep 2003 16:27:22 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: "David O'Brien" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: deischen@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 20:27:24 -0000 On Mon, 1 Sep 2003, Daniel Eischen wrote: > On Mon, 1 Sep 2003, David O'Brien wrote: > > > If so, an acceptable diff would be to only change the FBSD_LIB_SPEC w/in > > the "#if __FreeBSD_version >= 500016" block. Turning "-pthread" into a > > NOP + warning would be nice, but the error output code you replaced the > > entire FBSD_LIB_SPEC with would be OK too I guess. The comment > > addressing "At __FreeBSD_version 500016 and later,..." should be updated. > > Can you commit such a change? I'll get it into the right FSF GCC > > person's hands for GCC 3.3.2. > > Yes, see attached patch for review. I'll won't commit it until you've > reviewed it. BTW, I'm not going to commit the first part of the patch (to gcc/config.gcc). It's just there because I think it's needed for the stock GCC distribution. Do with it what you want... -- Dan Eischen