From owner-freebsd-arm@freebsd.org Mon Jan 18 17:48:04 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F3D2A86B1B for ; Mon, 18 Jan 2016 17:48:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06C491D15 for ; Mon, 18 Jan 2016 17:48:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x231.google.com with SMTP id 1so509276186ion.1 for ; Mon, 18 Jan 2016 09:48:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=K/FFVryeWKFLGXmblFIcb2JJr3xVdNNTxUadmtuGtUg=; b=0uhYewjfGMSQAFmCdM1B+JBYLJjYu5cTq2eIjzfObFI/2yC3GE6+5TvzJz1YJERKeu adV34MOizxOYpDtd9l5UHurur6ObqKRLAXQaRP5IFDRyoNQ1FFK1Ff34lOEAMHFrxWhT wUyxy20XjI1iQbOIYgVs/v/KwrijkSPytUVK7d9anLf3h87DP3U4YvA9kBsQdPvHvVdk gVQvZ5f+m7fhvqwzU35ZES5MROL6uJrIHwE5nGtLYwKhDmgTbUrs4QO0dIwvHVn3oazc w/pMU8ILzOXcJFsjvo3M3qzdMjoWQvSPXg7+vaemJo+tf/vSVH2nvqiUJksHQzvwHOEF hudg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=K/FFVryeWKFLGXmblFIcb2JJr3xVdNNTxUadmtuGtUg=; b=iyUdhgllSXgJYj2xmm4AeWvGoWMuS2xLq9t9aQ3quXTksJwNkkAG4TJ1V2AZy0HAd7 LMAN3S5oBUHnG+6ppuSYo7yZoQfKpbGcVek/3kooEAP3pCTQNNJ4VKRs8qkQSCa4EsEK t+YsVq16GSBWT5b6DjDkEJrVP5TBL1Ol+f7S+gP+t5/gHKx/yDRbANcrLt9sT/aVltd4 vFX/VCi3zFFYi1CRxPakhSeEp9Jg3TdpLswjeM8T2L0NYntXX9snSega6qjWIwiCGKLL hd4ErDzhs9ZjA+UrwilArwZk3ej41MysVW4fEp766WjBXkBDbJKyMNz1PJ6XrzSoSI+d g8/A== X-Gm-Message-State: ALoCoQlkq7jQiDSAeiTMOeMuWg/nabbJ12qm5zoNxbt9Pv3YylRfPnROtwmF5olUoVj3KI8AYCl1Hu5YCA+k+7eAsXTNyFRtUw== X-Received: by 10.107.136.226 with SMTP id s95mr20932669ioi.38.1453139283404; Mon, 18 Jan 2016 09:48:03 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Mon, 18 Jan 2016 09:47:43 -0800 (PST) In-Reply-To: <478e80b829.3480d793@mail.schwarzes.net> References: <569A1ADD.5000301@gmail.com> <478e3ea07e5.2d0fbb8b@mail.schwarzes.net> <478e80b829.3480d793@mail.schwarzes.net> From: Ed Maste Date: Mon, 18 Jan 2016 12:47:43 -0500 X-Google-Sender-Auth: kWaX1QTza8Gy6T9ChchO05aUxu0 Message-ID: Subject: Re: Something odd going on with WITHOUT_DEBUG_FILES To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 17:48:04 -0000 On 16 January 2016 at 16:10, Andreas Schwarz wrote: > > The src.conf is the right place. When building directy at the rpi2 the > option will be respected. For crossbuilding I've no idea how this is > handled. src.conf is used by both the build and install, and the same options should be used - if you're installing on a different host you'll probably want to copy src.conf from the build host.