mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 16932bb761
			
		
	
	
		16932bb761
		
	
	
	
	
		
			
			There isn't much point building semihosting for platforms that don't support it. Introduce a new symbol and enable it only for the softmmu targets that need it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
		
			
				
	
	
		
			13 lines
		
	
	
		
			264 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			264 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Default configuration for lm32-softmmu
 | |
| 
 | |
| # Uncomment the following lines to disable these optional devices:
 | |
| #
 | |
| #CONFIG_MILKYMIST_TMU2=n        # disabling it actually causes compile-time failures
 | |
| 
 | |
| CONFIG_SEMIHOSTING=y
 | |
| 
 | |
| # Boards:
 | |
| #
 | |
| CONFIG_LM32=y
 | |
| CONFIG_MILKYMIST=y
 |