Makefile.inc revision 1.11
1# $NetBSD: Makefile.inc,v 1.11 2012/08/05 04:30:46 matt Exp $ 2 3.include <bsd.own.mk> 4 5SRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S 6SRCS+= __aeabi_uldivmod.S 7 8CPPFLAGS += -DSOFTFLOAT 9 10# for earm, use the 64-bit softfloat 11.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb" 12SOFTFLOAT_BITS=32 13.endif 14 15.include <softfloat/Makefile.inc> 16