Home | History | Annotate | Line # | Download | only in gen
      1  1.28     joerg # $NetBSD: Makefile.inc,v 1.28 2014/01/29 23:37:18 joerg Exp $
      2   1.1     bjh21 
      3  1.28     joerg SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S bswap64.c \
      4  1.28     joerg 	fabs_ieee754.c flt_rounds.c
      5   1.2    simonb 
      6  1.25      matt CPUFLAGS.divide.S+=		-marm
      7  1.25      matt 
      8   1.2    simonb # Common ieee754 constants and functions
      9  1.10    kleink SRCS+=	infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
     10  1.11    kleink SRCS+=	fpclassifyf_ieee754.c fpclassifyd_ieee754.c
     11  1.11    kleink SRCS+=	isfinitef_ieee754.c isfinited_ieee754.c
     12  1.12    kleink SRCS+=	isinff_ieee754.c isinfd_ieee754.c
     13  1.12    kleink SRCS+=	isnanf_ieee754.c isnand_ieee754.c
     14  1.11    kleink SRCS+=	signbitf_ieee754.c signbitd_ieee754.c
     15   1.1     bjh21 
     16  1.22      matt .if !empty(LIBC_MACHINE_ARCH:Mearm*)
     17  1.21      matt SRCS+=	__aeabi_fcmpun.c __aeabi_dcmpun.c
     18  1.21      matt SRCS+=	__aeabi_idiv0.c __aeabi_ldiv0.c
     19  1.21      matt .endif
     20  1.21      matt 
     21  1.26     joerg AFLAGS._setjmp.S=	-mfpu=vfp
     22  1.26     joerg AFLAGS.setjmp.S=	-mfpu=vfp
     23  1.26     joerg 
     24  1.13    kleink SRCS+=	nanf.c
     25  1.13    kleink 
     26  1.14  christos SRCS+=	setjmp.S
     27   1.1     bjh21 SRCS+=	_setjmp.S
     28  1.14  christos SRCS+=	sigsetjmp.S
     29   1.1     bjh21 
     30   1.3   thorpej SRCS+=	makecontext.c resumecontext.c swapcontext.S
     31   1.3   thorpej 
     32   1.3   thorpej SRCS+=	_lwp.c
     33   1.3   thorpej 
     34  1.16  uebayasi LSRCS.arm.gen=	Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c
     35  1.16  uebayasi LSRCS+=		${LSRCS.arm.gen}
     36  1.16  uebayasi DPSRCS+=	${LSRCS.arm.gen}
     37  1.16  uebayasi CLEANFILES+=	${LSRCS.arm.gen}
     38