libsa: Add lshrdi3.c for powerpc* and mips
This commit is contained in:
parent
540cc17f7b
commit
63d8b6ea21
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user