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

Unverified Commit 7f47c73b authored by Zong Li's avatar Zong Li Committed by Palmer Dabbelt
Browse files

RISC-V: Build tishift only on 64-bit



Only RV64 supports 128 integer size.

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 84df9525
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ lib-y += delay.o
lib-y	+= memcpy.o
lib-y	+= memset.o
lib-y	+= uaccess.o
lib-y	+= tishift.o

lib-(CONFIG_64BIT) += tishift.o

lib-$(CONFIG_32BIT) += udivdi3.o