nvidia/tegra*: Use xcompile for compiler prefix unless specified
GCC_PREFIX is uncommon in the coreboot tree. If not provided, take data from .xcompile to fill in the blanks. Change-Id: I711a73be9d35d896198664f0ae213218653f275e Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/21391 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
e8741fe954
commit
251748426f
|
@ -13,6 +13,9 @@
|
|||
##
|
||||
################################################################################
|
||||
|
||||
-include ../../../../../.xcompile
|
||||
GCC_PREFIX?=$(CROSS_COMPILE_arm)
|
||||
|
||||
CC = $(GCC_PREFIX)gcc
|
||||
NM = $(GCC_PREFIX)nm
|
||||
OBJCOPY = $(GCC_PREFIX)objcopy
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
##
|
||||
################################################################################
|
||||
|
||||
-include ../../../../../.xcompile
|
||||
GCC_PREFIX?=$(CROSS_COMPILE_arm)
|
||||
|
||||
CC = $(GCC_PREFIX)gcc
|
||||
NM = $(GCC_PREFIX)nm
|
||||
OBJCOPY = $(GCC_PREFIX)objcopy
|
||||
|
|
Loading…
Reference in New Issue