From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101882 invoked by alias); 4 Mar 2017 16:45:04 -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 101835 invoked by uid 89); 4 Mar 2017 16:45:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Mar 2017 16:45:01 +0000 Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 894E33F530; Sat, 4 Mar 2017 11:44:59 -0500 (EST) Date: Sat, 04 Mar 2017 16:45:00 -0000 From: Gerald Pfeifer To: Richard Biener cc: Ramana Radhakrishnan , Andreas Tobler , gcc-patches@gcc.gnu.org Subject: i386-unknown-freebsd -> i586-unknown-freebsd (was: [Patch wwwdocs] Add aarch64-none-linux-gnu as a primary platform for GCC-7) In-Reply-To: Message-ID: References: <5742CA86.10200@foss.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00210.txt.bz2 On Tue, 24 May 2016, Richard Biener wrote: > Can we update to a non-marketing name then, like i586-unknown-freebsd > please? config.gcc accepts i[34567]86-*-freebsd*. It at least confused > me. Of course, once I hacked config.gcc, I realized that the simple patch below is all you actually may have had in mind. ;-) Applied. But let's still consider the config.guess change for GCC 7 as well, or people might not be _appearing_ to use it, even if it is practically the same? Gerald Index: gcc-7/criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/criteria.html,v retrieving revision 1.2 diff -u -r1.2 criteria.html --- gcc-7/criteria.html 1 Mar 2017 16:07:23 -0000 1.2 +++ gcc-7/criteria.html 4 Mar 2017 16:41:02 -0000 @@ -103,7 +103,7 @@
  • aarch64-none-linux-gnu
  • arm-linux-gnueabi
  • -
  • i386-unknown-freebsd
  • +
  • i586-unknown-freebsd
  • i686-pc-linux-gnu
  • mipsisa64-elf
  • powerpc64-unknown-linux-gnu