提交 235caa23 编写于 作者: Y Yegor Yefremov 提交者: Michal Marek

Fix CONFIG_CROSS_COMPILE issue in .config

Signed-off-by: NYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 772320e8
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册