Re: [PATCH 1/1] Fixed fast_float build error in NEWLIB

2022-01-18 Thread Jonathan Wakely via Gcc-patches
On Tue, 18 Jan 2022 at 09:05, LiaoShihua wrote: > > When I built riscv-gcc with newlib, it will be terminated with message > "fatal error: endian.h: No such file or directory". > So, fixed it in fast_float.h. > > libstdc++-v3\ChangeLog: > N.B. you need to use a forward slash here, not backslash.

[PATCH 1/1] Fixed fast_float build error in NEWLIB

2022-01-18 Thread shihua
From: LiaoShihua When I built riscv-gcc with newlib, it will be terminated with message "fatal error: endian.h: No such file or directory". So, fixed it in fast_float.h. libstdc++-v3\ChangeLog: * src/c++17/fast_float/fast_float.h (defined):fast_float.h will include with using newlib