summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/Makefile.inc
blob: fafd079a6745afff49071c744e87d4e0e8422f9c (plain)
1
2
3
4
5
6
7
8
# $NetBSD: Makefile.inc,v 1.1 2002/12/19 19:36:26 thorpej Exp $

.if !defined(_POWERPC_MAKEFILE_INC)
_POWERPC_MAKEFILE_INC=	yes

CFLAGS+= -msoft-float

.endif