This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 01/15] RISC-V: Build Infastructure


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/<something>/nofpu/Implies files instead (as 
with MIPS, which has three such files).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]