mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
For ARM EABI we only need a subset of the quad functions, the rest are
provided by libgcc.
This commit is contained in:
parent
79ef2c6406
commit
850e744187
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245644
@ -8,6 +8,10 @@
|
||||
|
||||
SRCS+= cmpdi2.c divdi3.c moddi3.c qdivrem.c ucmpdi2.c udivdi3.c umoddi3.c
|
||||
|
||||
.elif ${LIBC_ARCH} == "arm" && ${MK_ARM_EABI} != "no"
|
||||
|
||||
SRCS+= adddi3.c anddi3.c floatunsdidf.c iordi3.c lshldi3.c notdi2.c \
|
||||
qdivrem.c subdi3.c xordi3.c
|
||||
.else
|
||||
|
||||
SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c fixdfdi.c \
|
||||
|
Loading…
Reference in New Issue
Block a user