repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix a null dereference on out-of-memory
[minix.git]
/
lib
/
libc
/
arch
/
mips
/
gdtoa
/
Makefile.inc
blob
51535fa03684bd42284ccda3aff35166ed31a062
1
# $NetBSD: Makefile.inc,v 1.4 2011/01/20 18:41:39 matt Exp $
2
3
SRCS+= strtof.c
4
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
5
.if !defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)
6
SRCS+= strtold_pQ.c
7
SRCS+= strtopQ.c
8
.endif
9
.endif