Re: [PATCH] RISC-V: Fix combined tree builds.

2020-02-07 Thread Jim Wilson
ping Jim On Thu, Jan 30, 2020 at 2:36 PM Jim Wilson wrote: > > The RISC-V toolchain doesn't support leb128 because of linker relaxation > to reduce code size. This prevents us from computing the leb128 size of a > value at compile time. So do a configure time gas feature check regardless > of

[PATCH] RISC-V: Fix combined tree builds.

2020-01-30 Thread Jim Wilson
The RISC-V toolchain doesn't support leb128 because of linker relaxation to reduce code size. This prevents us from computing the leb128 size of a value at compile time. So do a configure time gas feature check regardless of gas version. The libiconv configure change comes from the recent config