Compile in soft-float support if MKSOFTFLOAT != "no".

This commit is contained in:
simonb 2001-06-18 17:05:32 +00:00
parent 3acd556b4d
commit aebecd5c42
1 changed files with 6 additions and 1 deletions

View File

@ -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