They are used as build tools for cross compilation. This import does not include the full distribution. Rather, it sports a shell script that will download and patch the distribution when compiled from /usr/src/tools (yet to be committed). This part of the source tree is only necessary for cross compilation. It's not used or compiled for native builds.
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/* This file is automatically generated.  DO NOT EDIT! */
 | 
						|
/* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
 | 
						|
/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 | 
						|
 | 
						|
/* generated for  sh--netbsdelf-gcc (NetBSD nb1 20110620) 4.5.3 */
 | 
						|
 | 
						|
#ifndef GCC_GENERATED_STDINT_H
 | 
						|
#define GCC_GENERATED_STDINT_H 1
 | 
						|
 | 
						|
#include <sys/types.h>
 | 
						|
#include <stdint.h>
 | 
						|
/* glibc uses these symbols as guards to prevent redefinitions.  */
 | 
						|
#ifdef __int8_t_defined
 | 
						|
#define _INT8_T
 | 
						|
#define _INT16_T
 | 
						|
#define _INT32_T
 | 
						|
#endif
 | 
						|
#ifdef __uint32_t_defined
 | 
						|
#define _UINT32_T
 | 
						|
#endif
 | 
						|
 | 
						|
 | 
						|
/* Some systems have guard macros to prevent redefinitions, define them.  */
 | 
						|
#ifndef _INT8_T
 | 
						|
#define _INT8_T
 | 
						|
#endif
 | 
						|
#ifndef _INT16_T
 | 
						|
#define _INT16_T
 | 
						|
#endif
 | 
						|
#ifndef _INT32_T
 | 
						|
#define _INT32_T
 | 
						|
#endif
 | 
						|
#ifndef _UINT8_T
 | 
						|
#define _UINT8_T
 | 
						|
#endif
 | 
						|
#ifndef _UINT16_T
 | 
						|
#define _UINT16_T
 | 
						|
#endif
 | 
						|
#ifndef _UINT32_T
 | 
						|
#define _UINT32_T
 | 
						|
#endif
 | 
						|
 | 
						|
/* system headers have good uint64_t and int64_t */
 | 
						|
#ifndef _INT64_T
 | 
						|
#define _INT64_T
 | 
						|
#endif
 | 
						|
#ifndef _UINT64_T
 | 
						|
#define _UINT64_T
 | 
						|
#endif
 | 
						|
 | 
						|
#endif /* GCC_GENERATED_STDINT_H */
 |