Home | History | Annotate | Line # | Download | only in softfloat
Makefile.inc revision 1.4
      1 #	$NetBSD: Makefile.inc,v 1.4 2004/09/26 21:13:27 jmmv Exp $
      2 
      3 SOFTFLOAT_BITS?=64
      4 .PATH:		${ARCHDIR}/softfloat \
      5 		${.CURDIR}/softfloat/bits${SOFTFLOAT_BITS} ${.CURDIR}/softfloat
      6 
      7 CPPFLAGS+=	-I${ARCHDIR}/softfloat -I${.CURDIR}/softfloat
      8 CPPFLAGS+=	-DSOFTFLOAT_FOR_GCC
      9 
     10 SRCS+=		softfloat.c
     11 
     12 SRCS+=		fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
     13 		fpgetsticky.c fpsetsticky.c
     14 
     15 SRCS+=		eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
     16 		eqdf2.c nedf2.c gtdf2.c gedf2.c ltdf2.c ledf2.c negdf2.c \
     17 		nexf2.c gtxf2.c gexf2.c negxf2.c unordsf2.c unorddf2.c
     18