 b6cbf7203b
			
		
	
	
		b6cbf7203b
		
	
	
	
	
		
			
			This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
		
			
				
	
	
		
			30 lines
		
	
	
		
			870 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			870 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile.inc,v 1.22 2009/12/06 07:12:17 uebayasi Exp $
 | |
| 
 | |
| SRCS+=	fabs.S modf.S
 | |
| SRCS+=	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
 | |
| 	fpsetround.c fpsetsticky.c
 | |
| 
 | |
| # Common ieee754 constants and functions
 | |
| SRCS+=	infinityf_ieee754.c infinity_ieee754.c infinityl_dbl_ieee754.c
 | |
| SRCS+=	fpclassifyf_ieee754.c fpclassifyd_ieee754.c
 | |
| SRCS+=	isinff_ieee754.c isinfd_ieee754.c
 | |
| SRCS+=	isnanf_ieee754.c isnand_ieee754.c
 | |
| SRCS+=	isfinitef_ieee754.c isfinited_ieee754.c
 | |
| SRCS+=	signbitf_ieee754.c signbitd_ieee754.c
 | |
| 
 | |
| SRCS+=	nanf.c
 | |
| 
 | |
| SRCS+=	setjmp.S longjmp.c
 | |
| SRCS+=	_setjmp.S
 | |
| SRCS+=	sigsetjmp.S
 | |
| 
 | |
| SRCS+=	makecontext.c resumecontext.c _lwp.c swapcontext.S
 | |
| 
 | |
| SRCS+=	fixunsdfsi.S mul.S umul.S saveregs.S
 | |
| SRCS+=	bswap16.c bswap32.c bswap64.c
 | |
| 
 | |
| LSRCS.sparc.gen=	Lint_swapcontext.c
 | |
| LSRCS+=		${LSRCS.sparc.gen}
 | |
| DPSRCS+=	${LSRCS.sparc.gen}
 | |
| CLEANFILES+=	${LSRCS.sparc.gen}
 |