From: Vagrant Cascadian Date: Thu, 13 Feb 2020 06:29:38 +0000 (+0000) Subject: no-force-CROSS_COMPILE-powerpc X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7904c0d01bfbde140b30d34647db777d949fad72;p=u-boot.git no-force-CROSS_COMPILE-powerpc Debian typically builds natively, so disable forced use of cross-compile. Gbp-Pq: Name no-force-CROSS_COMPILE-powerpc.diff --- diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk index f5d21c837..5a4b14a58 100644 --- a/arch/powerpc/config.mk +++ b/arch/powerpc/config.mk @@ -3,10 +3,6 @@ # (C) Copyright 2000-2010 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -ifeq ($(CROSS_COMPILE),) -CROSS_COMPILE := ppc_8xx- -endif - CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000 LDFLAGS_FINAL += --gc-sections LDFLAGS_FINAL += --bss-plt