Author: andrew
Date: Sat Jan 19 02:33:57 2013
New Revision: 245644
URL: http://svnweb.freebsd.org/changeset/base/245644

Log:
  For ARM EABI we only need a subset of the quad functions, the rest are
  provided by libgcc.

Modified:
  head/lib/libc/quad/Makefile.inc

Modified: head/lib/libc/quad/Makefile.inc
==============================================================================
--- head/lib/libc/quad/Makefile.inc     Sat Jan 19 02:28:44 2013        
(r245643)
+++ head/lib/libc/quad/Makefile.inc     Sat Jan 19 02:33:57 2013        
(r245644)
@@ -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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to