Skip to content

Commit

Permalink
Fix CONFIG_CROSS_COMPILE issue in .config
Browse files Browse the repository at this point in the history
Signed-off-by: Yegor Yefremov <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
yegorich authored and michal42 committed Aug 10, 2010
1 parent 772320e commit 235caa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 235caa2

Please sign in to comment.