Home | History | Annotate | Line # | Download | only in mips
Makefile.inc revision 1.2
      1  1.2  macallan #	$NetBSD: Makefile.inc,v 1.2 2016/10/09 17:18:32 macallan Exp $
      2  1.1      matt #
      3  1.1      matt 
      4  1.1      matt CPUFLAGS+=	-mhard-float
      5  1.1      matt 
      6  1.1      matt SRCS=		fpsf.S fpdf.S
      7  1.2  macallan AFLAGS.fpsf.S+=	-mhard-float
      8  1.2  macallan AFLAGS.fpdf.S+=	-mhard-float
      9