mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	CONFIG_${ARCH} is defined by Kconfig.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
		
	
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			331 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # (C) Copyright 2011
 | |
| # Julius Baxter <julius@opencores.org>
 | |
| #
 | |
| # SPDX-License-Identifier:	GPL-2.0+
 | |
| #
 | |
| 
 | |
| ifeq ($(CROSS_COMPILE),)
 | |
| CROSS_COMPILE := or32-elf-
 | |
| endif
 | |
| 
 | |
| # r10 used for global object pointer, already set in OR32 GCC but just to be
 | |
| # clear
 | |
| PLATFORM_CPPFLAGS += -D__OR1K__ -ffixed-r10
 | |
| 
 | |
| CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
 |