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.
		
			
				
	
	
		
			8 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#	$NetBSD: Makefile.inc,v 1.2 2011/03/06 17:08:14 bouyer Exp $
 | 
						|
 | 
						|
SRCS+=	compat_Ovfork.S \
 | 
						|
	compat___sigreturn14.S compat___sigtramp1.S \
 | 
						|
	compat_msgctl.S compat___semctl.S compat_shmctl.S \
 | 
						|
	compat_sigaction13.S compat_sigpending13.S compat_sigprocmask13.S \
 | 
						|
	compat_sigreturn13.S compat_sigsuspend13.S compat_quotactl.S
 |