From owner-freebsd-arm@FreeBSD.ORG Fri Aug 30 00:43:32 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 6C250A8E; Fri, 30 Aug 2013 00:43:32 +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 1CE23269D; Fri, 30 Aug 2013 00:43:32 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r7U0hP7i024675; Thu, 29 Aug 2013 20:43:30 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <521FEAAD.6070901@m5p.com> Date: Thu, 29 Aug 2013 20:43:25 -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: Adrian Chadd Subject: Re: Reminder: Removal of WITHOUT_ARM_EABI References: <20130820091527.42127170@bender.Home> <1377271598.1111.78.camel@revolution.hippie.lan> <1377787319.1111.277.camel@revolution.hippie.lan> In-Reply-To: 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]); Thu, 29 Aug 2013 20:43:31 -0400 (EDT) Cc: "freebsd-arm@freebsd.org" , Ian Lepore , Ronald Klop 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: Fri, 30 Aug 2013 00:43:32 -0000 On 08/29/13 12:10, Adrian Chadd wrote: > On 29 August 2013 07:41, Ian Lepore wrote: > [...] does someone have a known working > revision on any arm platform from April that is easy to just go kernel > commit revision bisecting with? > > > > -adrian > Oddly reminiscent of my recent question regarding a "pretty good" RPi build version. A build today from r254984 crashes doing an "ls" of an NFS-mounted file system: "Fatal kernel mode prefetch abort at 0x4278f502". No more details because I don't have a serial connection. Does WITHOUT_ARM_EABI go in /etc/src.conf if I want to try it out? -- George