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_vfp
/
Makefile
blob
dbe8721111b4f738b3ca2edd7f9e4771e15d361c
1
# $NetBSD: Makefile,v 1.3 2013/08/19 22:22:23 matt Exp $
2
#
3
4
LIB
=
c_vfp
5
6
USE_SHLIBDIR
=
yes
7
8
.
include
<
bsd.own.mk
>
9
10
CPUFLAGS
+= -
mfpu
=
vfp
-
marm
11
12
SRCS
=
vfpsf.S vfpdf.S
13
14
.
include
<
bsd.lib.mk
>