repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
lib
/
libc
/
arch
/
m68k
/
gdtoa
/
Makefile.inc
blob
477e1ec32c5e5560775ac41a34f37e1e9cfefd46
1
# $NetBSD: Makefile.inc,v 1.4 2013/07/18 21:19:50 matt Exp $
2
3
SRCS+= strtof.c
4
5
.if ${MACHINE_ARCH} == "m68k"
6
SRCS+= strtold_pxL.c
7
SRCS+= strtopxL.c
8
.endif