From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10921 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.comp.gnu.dragora,gmane.linux.lib.musl.general Subject: Re: [musl] Darkcrusade 2017Jan05 (cross compiler set) Date: Tue, 10 Jan 2017 23:51:19 +0100 Message-ID: <20170110225119.GM17692@port70.net> References: <20170106172005.6ea5eed7@rafaela> <20170106204518.GE17692@port70.net> <20170106203134.4274e05a@rafaela> <20170107145737.GF17692@port70.net> <20170107195538.5f3ae1cb@rafaela> <20170108021007.GH17692@port70.net> <20170110181541.7ba97157@rafaela> Reply-To: Dragora's user discussion NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1484088696 21688 195.159.176.226 (10 Jan 2017 22:51:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2017 22:51:36 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) Cc: musl-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8@public.gmane.org, dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org To: "Matias A. Fonzo" Original-X-From: dragora-users-bounces+gcgd-dragora-bug=m.gmane.org-qX2TKyscuCcdnm+yROfE0A@public.gmane.org Tue Jan 10 23:51:32 2017 Return-path: Envelope-to: gcgd-dragora-bug@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cR5GJ-0004ks-2k for gcgd-dragora-bug@m.gmane.org; Tue, 10 Jan 2017 23:51:27 +0100 Original-Received: from localhost ([::1]:50045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cR5GN-0008Rx-41 for gcgd-dragora-bug@m.gmane.org; Tue, 10 Jan 2017 17:51:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cR5GK-0008Rs-7K for dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org; Tue, 10 Jan 2017 17:51:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cR5GH-00023A-7b for dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org; Tue, 10 Jan 2017 17:51:28 -0500 Original-Received: from port70.net ([81.7.13.123]:54112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cR5GH-00021r-0R for dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org; Tue, 10 Jan 2017 17:51:25 -0500 Original-Received: by port70.net (Postfix, from userid 1002) id B1E3AABEC08B; Tue, 10 Jan 2017 23:51:19 +0100 (CET) Mail-Followup-To: "Matias A. Fonzo" , dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org, musl-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8@public.gmane.org Content-Disposition: inline In-Reply-To: <20170110181541.7ba97157@rafaela> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 81.7.13.123 X-BeenThere: dragora-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Dragora's user discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dragora-users-bounces+gcgd-dragora-bug=m.gmane.org-qX2TKyscuCcdnm+yROfE0A@public.gmane.org Original-Sender: "Dragora-users" Xref: news.gmane.org gmane.comp.gnu.dragora:278 gmane.linux.lib.musl.general:10921 Archived-At: * Matias A. Fonzo [2017-01-10 18:15:41 -0300]: > I want to say thanks for all of your information, asking to you about > aarch64. What options for GCC is needed to have aarch64?. aarch64 gcc does not need additional target specific config options to work, only --target=aarch64-linux-musl however it might make sense to build the toolchain with --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 (workarounds for bugs affecting certain cortex-a53 cores) a general purpose distro is better to be safe.