From owner-freebsd-arm@FreeBSD.ORG Sat Jan 25 19:40:16 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 02DDD9BA for ; Sat, 25 Jan 2014 19:40:16 +0000 (UTC) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C18951D73 for ; Sat, 25 Jan 2014 19:40:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MZZ009002LJZ500@smtpauth2.wiscmail.wisc.edu> for freebsd-arm@freebsd.org; Sat, 25 Jan 2014 13:40:13 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.1.25.192715, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-68-77.dsl.mdsnwi.sbcglobal.net [76.208.68.77]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MZZ00J1S2N0A510@smtpauth2.wiscmail.wisc.edu>; Sat, 25 Jan 2014 13:40:13 -0600 (CST) Message-id: <52E4131C.7080904@freebsd.org> Date: Sat, 25 Jan 2014 13:40:12 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Tim Kientzle , shigeru@os-hackers.jp Subject: Re: my private build RaspberryPi Image is available References: <20140122.190031.29969140.shigeru@os-hackers.jp> <20140122.224425.103076338.shigeru@os-hackers.jp> <20140123.085609.53072279.shigeru@os-hackers.jp> In-reply-to: Cc: 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: Sat, 25 Jan 2014 19:40:16 -0000 On 01/25/14 13:24, Tim Kientzle wrote: > On Jan 22, 2014, at 3:56 PM, shigeru@os-hackers.jp wrote: > >> Unfortunately, there are some ports which I can't compile >> on -current FreeBSD/RaspberryPi. >> These ports requires GCC, but gcc ports in -current does not support >> arm/armv6. > Why not? Any suggestion how to fix that? > > We have a couple of platforms like this. Powerpc64 is not supported without GCC 4.8, for example. That one might also support armv6. If so, maybe it's worth changing the default version? -Nathan