 a5ec3e36dc
			
		
	
	
		a5ec3e36dc
		
	
	
	
	
		
			
			As before, using Debian SID compilers. While the compiler can be coerced into generating big-endian code it seems the linker can't deal with it so we only enable the building for little endian SH4. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			329 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			329 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| #
 | |
| # Docker cross-compiler target
 | |
| #
 | |
| # This docker target builds on the debian sid base image which
 | |
| # contains cross compilers for Debian "ports" targets.
 | |
| #
 | |
| FROM qemu:debian-sid
 | |
| 
 | |
| RUN DEBIAN_FRONTEND=noninteractive eatmydata \
 | |
|     apt-get install -y --no-install-recommends \
 | |
|         gcc-sh4-linux-gnu \
 | |
|         libc6-dev-sh4-cross
 |