From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88407 invoked by alias); 1 Jan 2018 01:21:50 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 88391 invoked by uid 89); 1 Jan 2018 01:21:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=sane, reorganize, our X-HELO: relay1.mentorg.com Date: Mon, 01 Jan 2018 01:21:00 -0000 From: Joseph Myers To: Palmer Dabbelt CC: , Andrew Waterman , Darius Rad , Subject: Re: [PATCH v2 01/15] RISC-V: Build Infastructure In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2018-01/txt/msg00009.txt.bz2 On Mon, 25 Dec 2017, Palmer Dabbelt wrote: > > Yes, but it needs to go along with having a nofpu sysdeps directory or > > directories with an Implies file or files pointing to ieee754/soft-fp > > (make sure that the soft-float configurations do end up with > > ieee754/soft-fp before other ieee754 directories in their sysdeps > > directory ordering). > > OK. I think we might need to reorganize our directories a bit to do that, but > I'll try and figure something sane out. I don't think you need much reorganization. Possible just adding sysdeps/riscv/nofpu/Implies will suffice. If it doesn't - if the sysdeps directory ordering ends up placing ieee754/soft-fp too late - then maybe you need a few sysdeps/riscv//nofpu/Implies files instead (as with MIPS, which has three such files). -- Joseph S. Myers joseph@codesourcery.com