2012-11-15 12:06:41 +01:00
|
|
|
# $NetBSD: Makefile.inc,v 1.16 2012/09/27 11:20:20 skrll Exp $
|
2011-02-14 20:36:03 +01:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-08-28 19:34:08 +02:00
|
|
|
.if !defined(__MINIX)
|
2012-11-15 12:06:41 +01:00
|
|
|
SRCS+= __aeabi_read_tp.S __sigaction14_sigtramp.c __sigtramp2.S
|
2012-08-28 19:34:08 +02:00
|
|
|
.endif
|
2011-02-14 20:36:03 +01:00
|
|
|
|
2012-11-15 12:06:41 +01:00
|
|
|
CPPFLAGS += -I.
|
2011-02-14 20:36:03 +01:00
|
|
|
CPPFLAGS += -DSOFTFLOAT
|
|
|
|
|
2013-01-13 17:20:11 +01:00
|
|
|
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb" || defined(__MINIX)
|
2012-11-15 12:06:41 +01:00
|
|
|
SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S
|
|
|
|
SRCS+= __aeabi_lcmp.c __aeabi_ulcmp.c
|
|
|
|
SRCS+= fixunsgen_ieee754.c fixunssfsi_ieee754.c
|
|
|
|
SRCS+= fixunsgen64_ieee754.c fixunsdfsi_ieee754.c
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# for earm, use the 64-bit softfloat
|
|
|
|
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb"
|
2011-02-14 20:36:03 +01:00
|
|
|
SOFTFLOAT_BITS=32
|
2012-11-15 12:06:41 +01:00
|
|
|
.endif
|
|
|
|
|
2011-02-14 20:36:03 +01:00
|
|
|
.include <softfloat/Makefile.inc>
|