summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-01-19 02:33:57 +0000
committerandrew <andrew@FreeBSD.org>2013-01-19 02:33:57 +0000
commitc3e3cd888a40bf5ef4db38bead1b0b215e6483b6 (patch)
treea5e130db258127c451aa9e2418b53092ea59ba99 /lib/libc/quad
parentf2ad512ac756b1b261350e839de0d10ff085688f (diff)
downloadFreeBSD-src-c3e3cd888a40bf5ef4db38bead1b0b215e6483b6.zip
FreeBSD-src-c3e3cd888a40bf5ef4db38bead1b0b215e6483b6.tar.gz
For ARM EABI we only need a subset of the quad functions, the rest are
provided by libgcc.
Diffstat (limited to 'lib/libc/quad')
-rw-r--r--lib/libc/quad/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/quad/Makefile.inc b/lib/libc/quad/Makefile.inc
index 016fa34..9cef22e 100644
--- a/lib/libc/quad/Makefile.inc
+++ b/lib/libc/quad/Makefile.inc
@@ -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 \
OpenPOWER on IntegriCloud