blob: 4d470b67b1e11d3ebf39be5bd0bef5717b9e0265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile.inc,v 1.9 2018/06/22 15:18:50 kettenis Exp $
# $NetBSD: Makefile.inc,v 1.5 2002/07/10 04:29:06 thorpej Exp $
.include <bsd.own.mk>
CERROR= cerror.S
# Override softfloat implementations of FP mode control functions
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/gen
SOFTFLOAT_BITS=32
.include <arch/arm/softfloat/Makefile.inc>
.include <arch/arm/dlfcn/Makefile.inc>
|