# $NetBSD: Makefile.inc,v 1.13 2012/08/05 06:34:44 matt Exp $ .include SRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S CPPFLAGS += -DSOFTFLOAT .if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S CPPFLAGS += -DSOFTFLOAT_NEED_FIXUNS .endif # for earm, use the 64-bit softfloat .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb" SOFTFLOAT_BITS=32 .endif .include