 c8a0e2f4c6
			
		
	
	
		c8a0e2f4c6
		
	
	
	
	
		
			
			This commit finalizes support for cross compilation. The tools directory are all links to the actual tools and are built on the host system to build Minix. build.sh is the work horse that takes care of all environment settings. It's slightly adjusted for Minix. The /usr/src/Makefile has additional targets needed for cross compilation.
		
			
				
	
	
		
			14 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| $NetBSD: patch-aa,v 1.3 2006/01/07 23:59:46 wiz Exp $
 | |
| 
 | |
| --- configure.orig	Thu Apr  6 21:49:25 2006
 | |
| +++ configure
 | |
| @@ -899,7 +899,7 @@ host_libs="intl mmalloc libiberty opcodes bfd readline
 | |
|  # know that we are building the simulator.
 | |
|  # binutils, gas and ld appear in that order because it makes sense to run
 | |
|  # "make check" in that particular order.
 | |
| -host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
 | |
| +host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
 | |
|  
 | |
|  # libgcj represents the runtime libraries only used by gcj.
 | |
|  libgcj="target-libffi \
 |