From: Vagrant Cascadian Date: Fri, 28 Aug 2020 23:35:40 +0000 (+0100) Subject: no-force-CROSS_COMPILE-powerpc X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5093304908fa3e68e51c408b894d5944e42c8ff;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 88e2c58cb..307ca6574 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