Re: [PATCH] RISC-V: lib: Fix build error for 64-bit

From: Olof Johansson
Date: Tue Oct 30 2018 - 20:10:07 EST


On Tue, Oct 30, 2018 at 5:04 PM Olof Johansson <olof@xxxxxxxxx> wrote:
>
> Fixes the following build error from tinyconfig:
>
> riscv64-unknown-linux-gnu-ld: kernel/sched/fair.o: in function `.L8':
> fair.c:(.text+0x70): undefined reference to `__lshrti3'
> riscv64-unknown-linux-gnu-ld: kernel/time/clocksource.o: in function `.L0 ':
> clocksource.c:(.text+0x334): undefined reference to `__lshrti3'

Err, fixed the whitespace in tishift.S while I was at it. Undo if you want.


-Olof