From owner-freebsd-current@FreeBSD.ORG Wed Dec 16 16:51:37 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E87B31065676 for ; Wed, 16 Dec 2009 16:51:37 +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 C9D3A8FC15 for ; Wed, 16 Dec 2009 16:51:37 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id nBGGp8XM066687; Wed, 16 Dec 2009 08:51:08 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id nBGGp8o0066686; Wed, 16 Dec 2009 08:51:08 -0800 (PST) (envelope-from sgk) Date: Wed, 16 Dec 2009 08:51:08 -0800 From: Steve Kargl To: Anton Shterenlikht Message-ID: <20091216165108.GA66672@troutmask.apl.washington.edu> References: <20091216162731.GA39118@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091216162731.GA39118@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: giffunip@tutopia.com, freebsd-current@freebsd.org Subject: Re: llvm on ia64 ? 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: Wed, 16 Dec 2009 16:51:38 -0000 On Wed, Dec 16, 2009 at 04:27:31PM +0000, Anton Shterenlikht wrote: > On Wed, Dec 16, 2009 at 04:26:16PM +0000, giffunip@tutopia.com wrote: > > FWIW; > > > > For most of the scientific/CAD stuff you need a Fortran > > compiler and llvm doesn't provide it. > > I understand gcc frontend for llvm gives you fortran. > llvm can be used within gcc's new plugin framework. So, you would need both llvm and gcc to build on IA64. Have you tried building gcc-4.3.5 on IA64? gfortran in 4.3.5 is in fairly decent shape. -- Steve