Makefile.inc revision 1.14
1# $NetBSD: Makefile.inc,v 1.14 2012/08/06 01:54:21 matt Exp $ 2 3.include <bsd.own.mk> 4 5SRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S 6 7CPPFLAGS += -DSOFTFLOAT 8.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" 9SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S 10SRCS+= __aeabi_lcmp.c __aeabi_ulcmp.c 11CPPFLAGS += -DSOFTFLOAT_NEED_FIXUNS 12.endif 13 14# for earm, use the 64-bit softfloat 15.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb" 16SOFTFLOAT_BITS=32 17.endif 18 19.include <softfloat/Makefile.inc> 20