From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79826 invoked by alias); 15 Mar 2016 12:48:56 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 79811 invoked by uid 89); 15 Mar 2016 12:48:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 15 Mar 2016 12:48:53 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id A7D116439F; Tue, 15 Mar 2016 12:48:52 +0000 (UTC) Received: from [10.36.5.171] (vpn1-5-171.ams2.redhat.com [10.36.5.171]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2FCmmDV028377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Mar 2016 08:48:51 -0400 Subject: Re: PING: Re: [PATCHv2 0/2] Add initial arc nps400 support To: Andrew Burgess References: <20160302193711.GB9275@embecosm.com> <20160311201339.GB14100@embecosm.com> <56E7EEA4.8010709@redhat.com> <20160315113739.GI14100@embecosm.com> Cc: binutils@sourceware.org, noamca@mellanox.com, Claudiu.Zissulescu@synopsys.com, Cupertino.Miranda@synopsys.com From: Nick Clifton Message-ID: <56E804B0.8000701@redhat.com> Date: Tue, 15 Mar 2016 12:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160315113739.GI14100@embecosm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00194.txt.bz2 Hi Andrew, >> #target: arc*-mellanox-* >> >> What is "mellanox" > Patch #2 adds this name to the opcodes/configure script. I > deliberately tried to minimise the number of configure scripts I > changed. Would it be possible to use an underscore rather than a hyphen for the mellenox extension ? Ie: arc_mellanox-* No other CPU name includes a hyphen character, and this character is traditionally used to separate the three fields of a target configuration. (See the top level config.sub file for more information on this). Cheers Nick