Home | History | Annotate | Line # | Download | only in include
Makefile.inc revision 1.1
      1 # $NetBSD: Makefile.inc,v 1.1 2002/12/19 19:36:26 thorpej Exp $
      2 
      3 .if !defined(_POWERPC_MAKEFILE_INC)
      4 _POWERPC_MAKEFILE_INC=	yes
      5 
      6 CFLAGS+= -msoft-float
      7 
      8 .endif
      9