From: Vagrant Cascadian Date: Wed, 8 Jan 2020 08:19:44 +0000 (+0000) Subject: no-force-CROSS_COMPILE-powerpc X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c5d8a4e1b1469100aa9ab51085599d9358c75167;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