Re: [PATCH v2] riscv64-emu: add __clzdi2 symbol

2019-09-19 Thread Daniel Kiper
On Thu, Sep 19, 2019 at 09:39:04AM +0200, Andreas Schwab wrote: > This is needed for the zstd module. > > Signed-off-by: Andreas Schwab Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/list

[PATCH v2] riscv64-emu: add __clzdi2 symbol

2019-09-19 Thread Andreas Schwab
This is needed for the zstd module. Signed-off-by: Andreas Schwab --- configure.ac | 2 +- include/grub/compiler-rt-emu.h | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e07ba4b56..7d74eba66 100644 --- a/configure.ac ++