From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 13:48:34 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA53341E for ; Sun, 1 Sep 2013 13:48:34 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62FB62C5A for ; Sun, 1 Sep 2013 13:48:34 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r81Dm9nH050374; Sun, 1 Sep 2013 09:48:31 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <52234599.2020609@m5p.com> Date: Sun, 01 Sep 2013 09:48:09 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130716 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-arm@freebsd.org, taguchi949@gmail.com Subject: Re: What's the recipe? References: <522229C0.5030504@m5p.com> <20130901200726.ac7317a5f0ddfddcbed34484@gmail.com> In-Reply-To: <20130901200726.ac7317a5f0ddfddcbed34484@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Sun, 01 Sep 2013 09:48:31 -0400 (EDT) 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: Sun, 01 Sep 2013 13:48:34 -0000 On 09/01/13 07:07, Takeshi Taguchi wrote: > On Sat, 31 Aug 2013 13:37:04 -0400 > George Mitchell wrote: > >[...] >> >> 2. What did you have in /etc/src.conf and /etc/make.conf, both for >> building the build system itself and for building the RPi? > i use same make|src.conf for pi and amd64. > % egrep -v ^# /etc/make.conf > COPTFLAGS= -O -pipe > TOP_TABLE_SIZE= 101 > > WITH_PKGNG=YES > NO_WERROR= > WERROR= > PERL_VERSION=5.14.4 > WITH_NEW_XORG=yes > > [...] So you got a working system using clang? Very interesting! Thanks for the feedback. -- George