linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [abloader] [PATCH] Allow overridding CROSS_COMPILE
@ 2021-07-28 21:27 Laurent Pinchart
  0 siblings, 0 replies; only message in thread
From: Laurent Pinchart @ 2021-07-28 21:27 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-renesas-soc

The cross-compiler name prefix may not be aarch64-linux-gnu-. Allow
specifying it by setting the CROSS_COMPILE environment variable as
documented in README.md.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c5512e5e6f0d..e6192bd9b6d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0+
 #
-CROSS_COMPILE=aarch64-linux-gnu-
+CROSS_COMPILE?=aarch64-linux-gnu-
 
 TGT = jump
 ASRC += start.S
-- 
Regards,

Laurent Pinchart


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 21:27 [abloader] [PATCH] Allow overridding CROSS_COMPILE Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).