 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.
		
			
				
	
	
		
			41 lines
		
	
	
		
			1019 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1019 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| $NetBSD: patch-af,v 1.1 2009/09/24 11:50:57 dmcmahill Exp $
 | |
| 
 | |
| --- libgcc/config.host.orig	Fri Apr 17 11:58:41 2009
 | |
| +++ libgcc/config.host
 | |
| @@ -149,6 +149,8 @@ case ${host} in
 | |
|    # machine-specific sections may refine and add to this
 | |
|    # configuration.
 | |
|    ;;
 | |
| +*-*-dragonfly*)
 | |
| +  ;;
 | |
|  *-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu*)
 | |
|    extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
 | |
|    ;;
 | |
| @@ -277,9 +279,15 @@ x86_64-*-elf*)
 | |
|  	;;
 | |
|  i[34567]86-*-aout*)
 | |
|  	;;
 | |
| +i[34567]86-*-minix*)
 | |
| +	;;
 | |
|  i[34567]86-*-freebsd*)
 | |
|  	;;
 | |
|  x86_64-*-freebsd*)
 | |
| +	;;
 | |
| +i[34567]86-*-dragonfly*)
 | |
| +	;;
 | |
| +x86_64-*-dragonfly*)
 | |
|  	;;
 | |
|  i[34567]86-*-netbsdelf*)
 | |
|  	;;
 | |
| --- libjava/configure.orig	2009-07-22 07:43:59.000000000 +0000
 | |
| +++ libjava/configure	2009-09-23 12:51:11.000000000 +0000
 | |
| @@ -28129,7 +28129,7 @@ echo "${ECHO_T}Python modules dir: ${pyt
 | |
|  
 | |
|  
 | |
|  # needed for aot-compile-rpm
 | |
| -MAKE=`which make`
 | |
| +MAKE=${PKGSRC_MAKE}
 | |
|  
 | |
|  
 | |
|  # Check whether --enable-aot-compile-rpm or --disable-aot-compile-rpm was given.
 |