From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18351 invoked by alias); 3 Dec 2010 18:05:11 -0000 Received: (qmail 18339 invoked by uid 22791); 3 Dec 2010 18:05:10 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Dec 2010 18:05:06 +0000 Received: (qmail 7402 invoked from network); 3 Dec 2010 18:05:04 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Dec 2010 18:05:04 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1POa0F-0003Pj-2W; Fri, 03 Dec 2010 18:05:03 +0000 Date: Fri, 03 Dec 2010 18:05:00 -0000 From: "Joseph S. Myers" To: Richard Earnshaw cc: Yao Qi , "gdb-patches@sourceware.org" Subject: Re: [patch, testsuite] General ARM target triplet In-Reply-To: <1291397752.27205.18.camel@e102346-lin.cambridge.arm.com> Message-ID: References: <4CF91BD4.7090708@codesourcery.com> <1291397752.27205.18.camel@e102346-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00023.txt.bz2 On Fri, 3 Dec 2010, Richard Earnshaw wrote: > It's probably better to make this a specific test for strongarm* and > arm* rather than a very wide-ranging glob. We eliminated support for strongarm*-*-*, ep9312*-*-*, xscale*-*-* canonical target triplets in GCC 4.3, advising users to use arm*-*-* instead. Perhaps config.sub should be changed to make those triplets noncanonical (mapping them to arm*-*-* canonical forms) so that no software using config.sub needs to deal with them? -- Joseph S. Myers joseph@codesourcery.com