Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 8f79125d authored by Zong Li's avatar Zong Li Committed by Palmer Dabbelt
Browse files

RISC-V: Select GENERIC_UCMPDI2 on RV32I



On 32-bit, it need to use __ucmpdi2, otherwise, it can't find the __ucmpdi2
symbol.

Signed-off-by: default avatarZong Li <zong@andestech.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent d5fad48c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,7 @@ config ARCH_RV32I
	select GENERIC_LIB_ASHLDI3
	select GENERIC_LIB_ASHLDI3
	select GENERIC_LIB_ASHRDI3
	select GENERIC_LIB_ASHRDI3
	select GENERIC_LIB_LSHRDI3
	select GENERIC_LIB_LSHRDI3
	select GENERIC_LIB_UCMPDI2


config ARCH_RV64I
config ARCH_RV64I
	bool "RV64I"
	bool "RV64I"