]> git.baikalelectronics.ru Git - kernel.git/commit
tools/vm: fix cross-compile build
authorLucas Stach <l.stach@pengutronix.de>
Tue, 21 Apr 2020 01:14:23 +0000 (18:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Apr 2020 18:11:56 +0000 (11:11 -0700)
commite3e1e65ffea2e708d4f0d9d003b538512652f02c
tree7d56c7f8eb19796ccd83a73515229cc318629703
parent6d2e8639c6d5b9b36bdc174ab1906e26835a4358
tools/vm: fix cross-compile build

Commit 6e77a588b1c7 ("tools: fix cross-compile var clobbering") moved
the setup of the CC variable to tools/scripts/Makefile.include to make
the behavior consistent across all the tools Makefiles.

As the vm tools missed the include we end up with the wrong CC in a
cross-compiling evironment.

Fixes: 6e77a588b1c7 (tools: fix cross-compile var clobbering)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Martin Kelly <martin@martingkelly.com>
Cc: <stable@vger.kernel.org>
Link: http://lkml.kernel.org/r/20200416104748.25243-1-l.stach@pengutronix.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/vm/Makefile