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
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libc_vfp
/
Makefile
blob
6b2da2842cadf4f7be619cd63708b40c5e4a7ceb
1
# $NetBSD: Makefile,v 1.4 2015/07/08 01:08:24 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
AFLAGS.vfpsf.S
+= -
mfpu
=
vfp
14
AFLAGS.vfpdf.S
+= -
mfpu
=
vfp
15
16
.
include
<
bsd.lib.mk
>