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