From owner-freebsd-arm@freebsd.org Wed Mar 29 18:26:11 2017 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 CACF2D24840 for ; Wed, 29 Mar 2017 18:26:11 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (smtp.fgznet.ch [IPv6:2001:4060:1:1001::14:52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91F533566 for ; Wed, 29 Mar 2017 18:26:11 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 067FBC6F58; Wed, 29 Mar 2017 20:25:59 +0200 (CEST) Subject: Re: gcc for aarch64 To: Warner Losh , =?UTF-8?B?T3RhY8OtbGlv?= References: <5eb49766-e5af-d89f-b4f6-a0d655a3859a@bsd.com.br> Cc: "freebsd-arm@freebsd.org" From: Andreas Tobler Message-ID: <43c04670-4913-325f-98ff-ab5502afa0a2@fgznet.ch> Date: Wed, 29 Mar 2017 20:26:35 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: Obelix Submit on 127.0.1.1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 18:26:11 -0000 On 29.03.17 20:22, Warner Losh wrote: > The in-tree gcc compiler doesn't have any aarch64 support. Out of tree > ones should be supported though. Or at least it should be possible to > try to build and see what blows up... Most developers use clang on > aarch64, so there's bound to be a few surprises. > > Warner > > On Wed, Mar 29, 2017 at 11:44 AM, OtacĂ­lio wrote: >> Dear, is anyone using gcc in aarch64 architecture? The last time I tried to >> compile the gcc I received a message that the architecture was not >> supported. [pine64:~] andreast% pkg info |grep gcc gcc5-devel-5.4.1.s20170321 GNU Compiler Collection 5 gcc6-devel-6.3.1.s20170323 GNU Compiler Collection 6 gcc7-devel-7.0.1.s20170319 GNU Compiler Collection 7 Also release gcc5 and gcc6 are supported. Everything is in gcc trunk, gcc6 and gcc5 branch too. gcc49 is not supported. We hopefully will switch soon lang/gcc from gcc4.9.4 to gcc5.4.1 Andreas