From owner-freebsd-arm@FreeBSD.ORG Sun Jan 26 18:25:26 2014 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 ESMTPS id B76F3230 for ; Sun, 26 Jan 2014 18:25:26 +0000 (UTC) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88D001EAA for ; Sun, 26 Jan 2014 18:25:26 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fa1so5090766pad.14 for ; Sun, 26 Jan 2014 10:25:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=9cOh4Lanpmr1MQ80xVpcFmYzozGkFeton8+0qFdO3WM=; b=O60XRz32wi1c+G8T82FNtQravmLVFXJq3opwFWecvofxUNs5o2q+h5szVRex9JuaOg l+BP4aFPJMSH/AnFMVRJWxRlTuHBhaed2zQj+n3k21NmLSYk19DOGmPx9l9Z1AsOdQUm ZarJ7dQP3pUcAD8ifcCyHjvlhQM3klfKt69PPHXXCy90mM4Ip8e9WuaiCQdN9feeITVp 08dEyn+mjBl1qBk6Vq/aEi3q7E7OPEGfUvh4J7VtOsjPYqMb1tj7Jszle707qBx0VP1o YMI7kRJ0GME2QXM764jd9OyVVW85Z0vNJyPq/CAUpEsUBwTRq6zUYWxDRhW/pyiz+yQW yeoQ== X-Gm-Message-State: ALoCoQl7o6ufGN0hzMT2sOhbxreDIofYksDJjGSBdlj4j3CWMTzVORDSijJhtQwRizt4CEsZDCBS X-Received: by 10.66.26.176 with SMTP id m16mr2345391pag.142.1390760714863; Sun, 26 Jan 2014 10:25:14 -0800 (PST) Received: from [192.168.2.123] (99-74-169-43.lightspeed.sntcca.sbcglobal.net. [99.74.169.43]) by mx.google.com with ESMTPSA id gg10sm24191372pbc.46.2014.01.26.10.25.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Jan 2014 10:25:13 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Rasbperry Pi, what should TARGET_ARCH be? From: Tim Kientzle In-Reply-To: Date: Sun, 26 Jan 2014 10:25:13 -0800 Content-Transfer-Encoding: 7bit Message-Id: References: <20140125044043.GT52955@glenbarber.us> To: Warner Losh X-Mailer: Apple Mail (2.1827) Cc: Glen Barber , freebsd-arm ml X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 18:25:26 -0000 On Jan 25, 2014, at 9:50 AM, Warner Losh wrote: >> Hiren poked around the Crochet code, and saw that 'TARGET_ARCH=arm' is >> set for the RaspberryPi board by default. > > This is incorrect. Fixed now (also fixed for BeagleBone, PandaBoard and Wandboard). Tim