mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	 4f2cbcfb4d
			
		
	
	
		4f2cbcfb4d
		
	
	
	
	
		
			
			These tests did use their own crt.o stub however that is a little stone age so we drop crt.S and just statically link to the cross compilers libraries. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <unistd.h>
 | |
| 
 | |
| int main (void)
 | |
| {
 | |
|   write (1, "hello\n", 6);
 | |
|   return 0;
 | |
| }
 |