Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 235caa23 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Michal Marek
Browse files

Fix CONFIG_CROSS_COMPILE issue in .config

parent 772320e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH		?= $(SUBARCH)
CROSS_COMPILE	?=
CROSS_COMPILE	?= $(CONFIG_CROSS_COMPILE:"%"=%)

# Architecture as present in compile.h