From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65889 invoked by alias); 28 Sep 2015 13:45:18 -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 65876 invoked by uid 89); 28 Sep 2015 13:45:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mx1.bahnhof.se Received: from mx1.bahnhof.se (HELO mx1.bahnhof.se) (213.80.101.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 28 Sep 2015 13:45:15 +0000 Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 5AECF44DC8; Mon, 28 Sep 2015 15:45:12 +0200 (CEST) X-Spam-Score: -1.31 Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GzN4X61v1qXV; Mon, 28 Sep 2015 15:45:02 +0200 (CEST) Received: from [192.168.0.47] (h-187-120.a137.corp.bahnhof.se [81.170.187.120]) by mf2.bahnhof.se (Postfix) with ESMTP id C615794024A; Mon, 28 Sep 2015 15:45:01 +0200 (CEST) Message-ID: <56094301.2020101@gaisler.com> Date: Mon, 28 Sep 2015 14:24:00 -0000 From: Daniel Hellstrom User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: Sebastian Huber CC: gcc-patches@gcc.gnu.org, ebotcazou@adacore.com, rtems-devel@rtems.org, software@gaisler.com Subject: Re: [PATCH] Update RTEMS multilib for SPARC References: <1443442387-6035-1-git-send-email-daniel@gaisler.com> <5609338B.1010005@embedded-brains.de> <5609345C.70804@embedded-brains.de> <56093EAD.60102@gaisler.com> <5609427F.9080208@embedded-brains.de> In-Reply-To: <5609427F.9080208@embedded-brains.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg02113.txt.bz2 On 09/28/2015 03:37 PM, Sebastian Huber wrote: > > > On 28/09/15 15:20, Daniel Hellstrom wrote: >>> Which multilibs do we have after this change? >> >> .; >> soft;@msoft-float >> v8;@mcpu=v8 >> leon3;@mcpu=leon3 >> leon3v7;@mcpu=leon3v7 >> leon;@mcpu=leon >> leon/ut699;@mcpu=leon@mfix-ut699 >> leon/at697f;@mcpu=leon@mfix-at697f >> soft/v8;@msoft-float@mcpu=v8 >> soft/leon3;@msoft-float@mcpu=leon3 >> soft/leon3v7;@msoft-float@mcpu=leon3v7 >> soft/leon;@msoft-float@mcpu=leon >> soft/leon/ut699;@msoft-float@mcpu=leon@mfix-ut699 >> soft/leon/at697f;@msoft-float@mcpu=leon@mfix-at697f > > Ok, looks good. The change log entry should mention that you add -mcpu=leon multilibs as well. Ooh I forgot to mention that, I will add it to the comment. Otherwise is this okay to commit for 4.9, 5 and master now? > > It would be nice if you can update the RTEMS documentation accordingly similar to ARM and PowerPC, e.g. > > https://docs.rtems.org/doc-current/share/rtems/html/cpu_supplement/ARM-Specific-Information-Multilibs.html#ARM-Specific-Information-Multilibs I agree. I was just thinking were to document this, thanks! Daniel