Makefile.inc revision 1.15
11.15Smatt# $NetBSD: Makefile.inc,v 1.15 2012/08/06 07:55:21 matt Exp $ 21.3Sbjh21 31.3Sbjh21.include <bsd.own.mk> 41.1Sbjh21 51.10SjoergSRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S 61.1Sbjh21 71.2Sbjh21CPPFLAGS += -DSOFTFLOAT 81.12Smatt.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" 91.13SmattSRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S 101.14SmattSRCS+= __aeabi_lcmp.c __aeabi_ulcmp.c 111.15SmattSRCS+= fixunsgen_ieee754.c fixunssfsi_ieee754.c 121.15SmattSRCS+= fixunsgen64_ieee754.c fixunsdfsi_ieee754.c 131.12Smatt.endif 141.3Sbjh21 151.11Smatt# for earm, use the 64-bit softfloat 161.11Smatt.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb" 171.4Sbjh21SOFTFLOAT_BITS=32 181.11Smatt.endif 191.11Smatt 201.1Sbjh21.include <softfloat/Makefile.inc> 21