Compile in soft-float support if MKSOFTFLOAT != "no".
This commit is contained in:
parent
3acd556b4d
commit
aebecd5c42
|
@ -1,4 +1,9 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.2 1999/04/17 21:16:45 ws Exp $
|
# $NetBSD: Makefile.inc,v 1.3 2001/06/18 17:05:32 simonb Exp $
|
||||||
|
|
||||||
KMINCLUDES=
|
KMINCLUDES=
|
||||||
KMSRCS=
|
KMSRCS=
|
||||||
|
|
||||||
|
.if (${MKSOFTFLOAT} != "no")
|
||||||
|
CPPFLAGS+= -DSOFTFLOAT_NEED_FIXUNS
|
||||||
|
.include <softfloat/Makefile.inc>
|
||||||
|
.endif
|
||||||
|
|
Loading…
Reference in New Issue