From owner-freebsd-current@FreeBSD.ORG Fri Dec 15 04:40:01 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18D5D16A403 for ; Fri, 15 Dec 2006 04:40:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D7A43CBA for ; Fri, 15 Dec 2006 04:38:12 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id kBF4dnlv009431; Thu, 14 Dec 2006 20:39:49 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id kBF4dn0Y009430; Thu, 14 Dec 2006 20:39:49 -0800 (PST) (envelope-from sgk) Date: Thu, 14 Dec 2006 20:39:49 -0800 From: Steve Kargl To: Juha Saarinen Message-ID: <20061215043949.GA9381@troutmask.apl.washington.edu> References: <20061213192150.CF83D16A417@hub.freebsd.org> <200612131711.50921.mi+mx@aldan.algebra.com> <4580DFAB.3080601@FreeBSD.org> <200612140917.25523@aldan> <20061214183026.GA1532@turion.vk2pj.dyndns.org> <4581A3E3.9060807@samsco.org> <20061215015713.GA33730@dragon.NUXI.org> <45820F35.50802@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-current@freebsd.org Subject: Re: Let's use gcc-4.2, not 4.1 -- OpenMP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 04:40:01 -0000 On Fri, Dec 15, 2006 at 04:15:23PM +1300, Juha Saarinen wrote: > So... silly question perhaps, but does -CURRENT (world + kernel) build > with gcc 4.2 and -fopenmp? What about -STABLE and -RELEASE? > -fopenmp will be a completely useless option for world unless someone starts to sprinkle OpenMP compiler directives throughout /usr/src. I seriously doubt anyone will ever sprinkle OpenMP directives in kernel sources (ie., do you want to link your kernel with libthr or libpthread?). -- Steve