From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9493 invoked by alias); 23 May 2016 09:26:42 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9480 invoked by uid 89); 23 May 2016 09:26:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*andreast, burden, HTo:U*gp, Hx-languages-length:1023 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 23 May 2016 09:26:31 +0000 Received: by mail-wm0-f66.google.com with SMTP id n129so13069872wmn.1; Mon, 23 May 2016 02:26:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=zkXW614Ed5/Zk/vZt2wRhVFn95vZr8hPzjMmDHCD//A=; b=JTFbh3ms9cdeVdKoSvxFWtjbil26evt3/B3XWH+ot0USF2XtHY9aJrgzVQICAo+VOx XY66Yfpup/VgP/tLXhYuW7Rg515E/2LKn1Wwn1zL/bdIWLpl9noUJlkjZ28A9Q+yBpGa ap4n8A6T3NymjGoPasN6XLJNYZ6hdIXNybeVg/744k8Lv0fu+7MMCQaZuk3fgUl7Y7Dj 843rOxdRYLBgzeOQxXx5ArOAvIGWuLHK6EJBS1Qtao4PQWQhNdXK6YRXaQQOjMK/H/u+ 9hK4crOVD1POUOv7hDQofcyqlp/IoiiKf+m93sEDy14fit55F6LhZ9cSbB2z1vU8FhxH nuIA== X-Gm-Message-State: AOPr4FXEoCcJVxA5oEHi5+0A4sLObaK9lfH7eiPBTrCh51mZZdC2nkKjN806w+Xgp40/+PFcReiTZTTBCSJSAg== MIME-Version: 1.0 X-Received: by 10.194.24.38 with SMTP id r6mr14876810wjf.88.1463995588493; Mon, 23 May 2016 02:26:28 -0700 (PDT) Received: by 10.194.87.34 with HTTP; Mon, 23 May 2016 02:26:28 -0700 (PDT) In-Reply-To: <5742CA86.10200@foss.arm.com> References: <5742CA86.10200@foss.arm.com> Date: Mon, 23 May 2016 09:26:00 -0000 Message-ID: Subject: Re: [Patch wwwdocs] Add aarch64-none-linux-gnu as a primary platform for GCC-7 From: Richard Biener To: Ramana Radhakrishnan , Gerald Pfeifer , Andreas Tobler Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg01763.txt.bz2 On Mon, May 23, 2016 at 11:16 AM, Ramana Radhakrishnan wrote: > Hi, > > The Steering Committee has decided to add aarch64-none-linux-gnu as a pri= mary platform for GCC-7. This reflects the increasing popularity of the por= t and the increased general availability of hardware. I also took the oppor= tunity of creating a GCC-7 criteria page at the same time. > > Applied. Sorry to hijack the thread but I continue to notice that we have i386-unknown-freebsd as a primary target. I notice here the 'i386' (the only primary target still explicitely listing that sub-target) and the fact that freebsd switched to LLVM as far as I know. So I propose to demote -freebsd to secondary and use i686-unknown-freebsd (or x86_64-unknown-freebsd?). Gerald, Andreas, can you comment on both issues? Esp. i386 is putting quite some burden on libstdc++ and atomics support for example. Thanks, Richard. > Thanks, > Ramana