From owner-freebsd-arm@FreeBSD.ORG Wed Sep 25 01:08:22 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 672E48B8 for ; Wed, 25 Sep 2013 01:08:22 +0000 (UTC) (envelope-from david.cheney@canonical.com) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E63D72986 for ; Wed, 25 Sep 2013 01:08:21 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id u14so4607866lbd.30 for ; Tue, 24 Sep 2013 18:08:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Aa38/WQt6uRJqvdQExdLMQ2vFGQu5H/QuCEIlC9ajFo=; b=E/YDmi/7I+U56Uk2t5lfZqGs/gJGBsZd6fmZIkCEgPVtTEyPofMfp59dt4J1djAY2m 7f86BTcMVk7zQGt6w/W59XYM0WZpl8DW/lN4ZMPof8mKccBDeRt9/5b2R9PHHaDbZhSh /j8yoCq1gbcidooWu3N2Fbs7dpjelD2e1OFlZBsqrsKHHRvImS/qUfQmoxS+WfTnlUH3 sRqRJArYeDSl0Jc7haUgZk9CAffTjqMoRfZkgm77LegLK3Q2M5e+Hx7Jhqe82ZK/gheV vCh3W371xb+JA1xsC0Yj91KwOkXw0CeBx4fvOvLHSnJitO0hNGQDtBxZza3URWRP8dMv dvZw== X-Gm-Message-State: ALoCoQkjTCbTEy1GVe7fqIZDXVVD60mapojyvdLjtKKBbcjFyJjpfUn1IuIGQu97tI9l/DmajCjW MIME-Version: 1.0 X-Received: by 10.112.126.37 with SMTP id mv5mr26680833lbb.20.1380070990248; Tue, 24 Sep 2013 18:03:10 -0700 (PDT) Received: by 10.114.183.47 with HTTP; Tue, 24 Sep 2013 18:03:10 -0700 (PDT) In-Reply-To: <46CCC733-179C-43E3-BDA4-78B3261F8CFF@kientzle.com> References: <23F2AC2E-E8C2-4C2E-8E0E-4F1A31DDA6FA@kientzle.com> <46CCC733-179C-43E3-BDA4-78B3261F8CFF@kientzle.com> Date: Wed, 25 Sep 2013 11:03:10 +1000 Message-ID: Subject: Re: freebsd on beaglebone black, lock reversal panic shortly after first boot From: David Cheney To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 25 Sep 2013 01:08:22 -0000 sh crotchet.sh -c config.sh. I didn't really make myself clear, is there a way to pass the analog of make -jN when using crotchet ? On Tue, Sep 24, 2013 at 11:37 PM, Tim Kientzle wrote: > > 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 >