Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2011/01/18 08:12:05 matt Exp $
2
3CPUFLAGS?=
4SRCS+=	strtof.c
5.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
6.if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)
7SRCS+=	strtold_pQ.c
8SRCS+=	strtopQ.c
9.endif
10.endif
11