From owner-freebsd-arch@FreeBSD.ORG Sat Mar 14 23:11:01 2009 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E66F106566C for ; Sat, 14 Mar 2009 23:11:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8008FC20 for ; Sat, 14 Mar 2009 23:11:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n2EN7mFh041553; Sat, 14 Mar 2009 17:07:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 15 Mar 2009 08:08:14 +0900 (JST) Message-Id: <20090315.080814.669286040.imp@bsdimp.com> To: jhein@timing.com From: "M. Warner Losh" In-Reply-To: <18875.60334.947446.966085@gromit.timing.com> References: <20090313125115.GU31961@hoeg.nl> <20090313.090038.-890725739.imp@bsdimp.com> <18875.60334.947446.966085@gromit.timing.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ed@80386.nl, arch@freebsd.org Subject: Re: Final sanity pass: xdev X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 23:11:01 -0000 In message: <18875.60334.947446.966085@gromit.timing.com> John Hein writes: : M. Warner Losh wrote at 09:00 -0600 on Mar 13, 2009: : > In message: <20090313125115.GU31961@hoeg.nl> : > Ed Schouten writes: : > : Hi Warner, : > : : > : The last couple of days/weeks I've been working a lot with LLVM+Clang. : > : I'm currently writing some BSD makefiles to see how hard it is to add : > : Clang to our base system, as a proof of concept. : > : : > : A nice thing about Clang is that it seems to be very easy to compile in : > : multiple backends into the same Clang binary. If we ever switch to Clang : > : in the base system (who knows), it would be interesting to see whether : > : it's useful to just compile in all backends by default. : > : : > : Anyway, I took a quick look at the xdev patch and it looks okay. :-) : > : > Woot! Please let me know if it causes problems. : : I meant to mention this earlier - OSREL (referenced in the _xi-links: : target) is not defined. So ports looking for arm-freebsd8.0-cc (for : instance) won't find it. : : : An earlier patch of yours had: : : .if !defined(OSREL) : OSREL!= uname -r | sed -e 's/[-(].*//' : .endif : : But the latest (and the one committed) does not. You are right... Dang. I must have comitted the wrong thing... Warner