Re-add check for defined(MKSOFTFLOAT) that got lost in v1.60.
Needed for Makefiles which include bsd.sys.mk, but not bsd.own.mk, like distrib/macppc/floppies/ramdisk/Makefile. Okay'd by simonb.
This commit is contained in:
parent
2565646230
commit
012e08cda6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.sys.mk,v 1.61 2001/11/14 21:49:54 tv Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.62 2001/11/15 12:15:09 wiz Exp $
|
||||
#
|
||||
# Build definitions used for NetBSD source tree builds.
|
||||
|
||||
@ -28,7 +28,7 @@ CPPFLAGS+= ${AUDIT:D-D__AUDIT__}
|
||||
CFLAGS+= ${NOGCCERROR:U-Werror} ${CWARNFLAGS}
|
||||
LINTFLAGS+= ${DESTDIR:D-d ${DESTDIR}/usr/include}
|
||||
|
||||
.if ${MKSOFTFLOAT} != "no"
|
||||
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
|
||||
COPTS+= -msoft-float
|
||||
FOPTS+= -msoft-float
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user