Bumping libc files for unsupported architectures, to simplify merging. A bunch of small fixes: * in libutil update * the macro in endian.h * some undefined types due to clear separation from host. * Fix a warning for cdbr.c Some modification which were required for the new build system: * inclusion path for const.h in sconst, still hacky * Removed default malloc.c which conflicts on some occasions.
		
			
				
	
	
		
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.14 2011/11/22 15:25:28 joerg Exp $
 | 
						|
 | 
						|
SRCS+=	__sigaction14_sigtramp.c __sigtramp2.S __m68k_read_tp.S __mmap.S
 | 
						|
 | 
						|
ASM+=	_lwp_getprivate.S mremap.S
 | 
						|
 | 
						|
.if ${MKSOFTFLOAT} != "no"
 | 
						|
CPPFLAGS+= -DSOFTLOFLOAT_NEED_FIXUNS -DSOFTFLOAT -DSOFTFLOATM68K_FOR_GCC
 | 
						|
.  include <softfloat/Makefile.inc>
 | 
						|
.endif
 |