For ARM EABI we only need a subset of the quad functions, the rest are

provided by libgcc.
This commit is contained in:
Andrew Turner 2013-01-19 02:33:57 +00:00
parent 79ef2c6406
commit 850e744187
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245644

View File

@ -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 \