From owner-freebsd-arm@FreeBSD.ORG Fri Aug 30 01:06:18 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 749EAFAA; Fri, 30 Aug 2013 01:06:18 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46B8B27A8; Fri, 30 Aug 2013 01:06:18 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VFDAF-00073k-JM; Fri, 30 Aug 2013 01:06:15 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r7U16Cwt056279; Thu, 29 Aug 2013 19:06:12 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/45a6JwrFhFkhnym9wNwoI Subject: Re: Reminder: Removal of WITHOUT_ARM_EABI From: Ian Lepore To: George Mitchell In-Reply-To: <521FEAAD.6070901@m5p.com> References: <20130820091527.42127170@bender.Home> <1377271598.1111.78.camel@revolution.hippie.lan> <1377787319.1111.277.camel@revolution.hippie.lan> <521FEAAD.6070901@m5p.com> Content-Type: text/plain; charset="us-ascii" Date: Thu, 29 Aug 2013 19:06:11 -0600 Message-ID: <1377824771.1111.302.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" , 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 01:06:18 -0000 On Thu, 2013-08-29 at 20:43 -0400, George Mitchell wrote: > 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 Put it in make.conf because you want the ABI to be in effect for everything you build, whether it's /usr/src or ports or whatever. In theory src.conf is only for stuff under /usr/src (although I think someone said recently it leaks into some ports builds). -- Ian