https://github.com/torvalds/linux
Revision 85d90b91807bb0c4a0fcff6a144e73f11cda782a authored by Olof Johansson on 31 October 2018, 06:47:07 UTC, committed by Palmer Dabbelt on 13 November 2018, 02:09:55 UTC
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'

Fixes: 7f47c73b355f ("RISC-V: Build tishift only on 64-bit")
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
1 parent f157d41
History
Tip revision: 85d90b91807bb0c4a0fcff6a144e73f11cda782a authored by Olof Johansson on 31 October 2018, 06:47:07 UTC
RISC-V: lib: Fix build error for 64-bit
Tip revision: 85d90b9
File Mode Size
.gitignore -rw-r--r-- 44 bytes
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 4.1 KB
blacklist.c -rw-r--r-- 4.0 KB
blacklist.h -rw-r--r-- 84 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
system_certificates.S -rw-r--r-- 828 bytes
system_keyring.c -rw-r--r-- 7.5 KB

back to top