 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.
		
			
				
	
	
		
			12 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			266 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile.inc,v 1.9 2009/12/14 01:07:41 matt Exp $
 | |
| 
 | |
| SRCS+=	__sigaction14_sigtramp.c __sigtramp2.S
 | |
| 
 | |
| CPPFLAGS+= -I.
 | |
| CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__
 | |
| 
 | |
| .if ${MKSOFTFLOAT} != "no"
 | |
| .include <softfloat/Makefile.inc>
 | |
| CPPFLAGS+= -DSOFTFLOAT_NEED_FIXUNS
 | |
| .endif
 |