mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
libsa: Add lshrdi3.c for powerpc* and mips
This commit is contained in:
parent
540cc17f7b
commit
63d8b6ea21
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue