Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment