From owner-freebsd-arm@FreeBSD.ORG Tue Jun 25 16:43:35 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 110C1333; Tue, 25 Jun 2013 16:43:35 +0000 (UTC) (envelope-from jordan.hubbard@gmail.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id DAFA417BD; Tue, 25 Jun 2013 16:43:34 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro2so12815076pbb.41 for ; Tue, 25 Jun 2013 09:43:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to:x-mailer; bh=mgYNPmdchMCnAUdjxBlviQl6MHjXtPRTG2nOvZHypy8=; b=rEw4iKTuqpYwR/9Un3jAWAtUHCwyyWJiMSEvJBwgC/CV5Zn3Oerw/bQWeyQvBrAwUC maYrMkx3LlLOL+2swdqWhyPb45MPUO8rfwsMfwOJE1gTbAMWdmbNzt6h3loY/pNZh9IB 7vOgQ88brV1HfIac8J8vzT0nxClY3l2YZ6y44Y0f8uKeq0erQATJ9sVhPqhMsFntu1ND +BE0luMfJcj56wXExBykJzXqlkpqK10u8hZpVsZWmaui0+BaFE7UrS9x6OhjLNKaT4+C 0HQI2p42ZFlPdEhkU/c5gw0c5Oi2ZBrK63WmaH/J7dP0pqgH05/4GB4ozYboC5CB62Nr N/dw== X-Received: by 10.66.138.15 with SMTP id qm15mr632306pab.128.1372178614626; Tue, 25 Jun 2013 09:43:34 -0700 (PDT) Received: from [10.20.30.70] (53.sub-70-197-0.myvzw.com. [70.197.0.53]) by mx.google.com with ESMTPSA id wi6sm23960658pbc.22.2013.06.25.09.43.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 09:43:34 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Raspberry pi not ready to self-host yet? From: Jordan Hubbard In-Reply-To: Date: Tue, 25 Jun 2013 09:43:32 -0700 Message-Id: <10932F21-3C2B-4FF5-A587-F81DC43DA42C@gmail.com> References: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> <3B1B1A39-13AF-4718-A9D6-757D6FEFC27F@bsdimp.com> To: Rui Paulo X-Mailer: Apple Mail (2.1508) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 16:43:35 -0000 On Jun 25, 2013, at 8:35 AM, Rui Paulo wrote: > Oh, but there's a distinction here. Apple LLVM versions don't match = the official LLVM versions. clang -v on OS X will say which version of = LLVM it was based on, e.g.: "based on LLVM 3.1svn" Huh - I did not know that! Too much time behind the firewall - not = enough in the outside world. :) So, is it correct to say that what clang reports as 3.3 on FreeBSD is = simply LLVM 3.3 + whatever clang ToT is? In that case, it sounds like = FreeBSD is fairly up-to-date! - Jordan