1# $NetBSD: Makefile.inc,v 1.2 2011/10/26 15:57:26 chs Exp $
2
3.if !defined(_POWERPC_MAKEFILE_INC)
4_POWERPC_MAKEFILE_INC=	yes
5
6.if !defined(RUMPKERNEL)
7CFLAGS+= ${${ACTIVE_CC} == "gcc":? -msoft-float :}
8.endif
9
10.endif
11