From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 53A513861838 for ; Mon, 13 Jul 2020 12:06:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 53A513861838 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-5-m2n1yOMKNxuikHb0sVWaDg-1; Mon, 13 Jul 2020 08:06:09 -0400 X-MC-Unique: m2n1yOMKNxuikHb0sVWaDg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 241F0800597; Mon, 13 Jul 2020 12:06:08 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-114-209.ams2.redhat.com [10.36.114.209]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 13A6127CC6; Mon, 13 Jul 2020 12:06:06 +0000 (UTC) From: Florian Weimer To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, doko@ubuntu.com, wschmidt@linux.ibm.com Subject: [PATCH wwwdocs] Explicitly list powerpc64le-unknown-linux-gnu as a primary platform Date: Mon, 13 Jul 2020 14:06:05 +0200 Message-ID: <87eepfwrf6.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 12:06:14 -0000 The intent was that this was implied by powerpc64-unknown-linux-gnu, but this not very obvious because of the ELFv1 vs ELFv2 ABI differences. --- htdocs/gcc-10/criteria.html | 1 + htdocs/gcc-11/criteria.html | 1 + htdocs/gcc-9/criteria.html | 1 + 3 files changed, 3 insertions(+) diff --git a/htdocs/gcc-10/criteria.html b/htdocs/gcc-10/criteria.html index b870b829..10144710 100644 --- a/htdocs/gcc-10/criteria.html +++ b/htdocs/gcc-10/criteria.html @@ -111,6 +111,7 @@ application testing.

  • i686-pc-linux-gnu
  • mipsisa64-elf
  • powerpc64-unknown-linux-gnu
  • +
  • powerpc64le-unknown-linux-gnu
  • sparc-sun-solaris2.11
  • x86_64-pc-linux-gnu
  • diff --git a/htdocs/gcc-11/criteria.html b/htdocs/gcc-11/criteria.html index cef92821..adf566e1 100644 --- a/htdocs/gcc-11/criteria.html +++ b/htdocs/gcc-11/criteria.html @@ -111,6 +111,7 @@ application testing.

  • i686-pc-linux-gnu
  • mipsisa64-elf
  • powerpc64-unknown-linux-gnu
  • +
  • powerpc64le-unknown-linux-gnu
  • sparc-sun-solaris2.11
  • x86_64-pc-linux-gnu
  • diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html index d434646c..f75bf990 100644 --- a/htdocs/gcc-9/criteria.html +++ b/htdocs/gcc-9/criteria.html @@ -111,6 +111,7 @@ application testing.

  • i686-pc-linux-gnu
  • mipsisa64-elf
  • powerpc64-unknown-linux-gnu
  • +
  • powerpc64le-unknown-linux-gnu
  • sparc-sun-solaris2.11
  • x86_64-pc-linux-gnu