From owner-freebsd-arm@FreeBSD.ORG Tue Sep 24 13:43:02 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A90D7E90 for ; Tue, 24 Sep 2013 13:43:02 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38BC12E61 for ; Tue, 24 Sep 2013 13:43:01 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r8ODbTqn020200; Tue, 24 Sep 2013 13:37:29 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id w4qhehvp5thtayei4yet4rqtja; Tue, 24 Sep 2013 13:37:29 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: freebsd on beaglebone black, lock reversal panic shortly after first boot From: Tim Kientzle In-Reply-To: Date: Tue, 24 Sep 2013 06:37:29 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <46CCC733-179C-43E3-BDA4-78B3261F8CFF@kientzle.com> References: <23F2AC2E-E8C2-4C2E-8E0E-4F1A31DDA6FA@kientzle.com> To: David Cheney X-Mailer: Apple Mail (2.1510) 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: Tue, 24 Sep 2013 13:43:02 -0000 On Sep 22, 2013, at 12:09 AM, David Cheney = wrote: > I notice when building that the compilation process > is single threaded. Is there a way of passing an analog of gmake's -j2 > to the build process ? FreeBSD's make supports -j for parallel builds. How are you building? Tim