Makefile.inc revision 1.11
11.11Smatt# $NetBSD: Makefile.inc,v 1.11 2012/08/05 04:30:46 matt Exp $ 21.3Sbjh21 31.3Sbjh21.include <bsd.own.mk> 41.1Sbjh21 51.10SjoergSRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S 61.11SmattSRCS+= __aeabi_uldivmod.S 71.1Sbjh21 81.2Sbjh21CPPFLAGS += -DSOFTFLOAT 91.3Sbjh21 101.11Smatt# for earm, use the 64-bit softfloat 111.11Smatt.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb" 121.4Sbjh21SOFTFLOAT_BITS=32 131.11Smatt.endif 141.11Smatt 151.1Sbjh21.include <softfloat/Makefile.inc> 16