libsa: Add lshrdi3.c for powerpc* and mips

This commit is contained in:
kevans 2018-08-19 14:48:32 +00:00
parent bea25c30d9
commit c1005d8399

View File

@ -73,13 +73,13 @@ SRCS+= aeabi_memcmp.S aeabi_memcpy.S aeabi_memmove.S aeabi_memset.S
.if ${MACHINE_CPUARCH} == "powerpc"
.PATH: ${LIBC_SRC}/quad
SRCS+= ashldi3.c ashrdi3.c
SRCS+= ashldi3.c ashrdi3.c lshrdi3.c
SRCS+= syncicache.c
.endif
.if ${MACHINE_CPUARCH} == "mips"
.PATH: ${LIBC_SRC}/quad
SRCS+= ashldi3.c ashrdi3.c
SRCS+= ashldi3.c ashrdi3.c lshrdi3.c
.endif
# uuid functions from libc