mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
It is used in the build process, so stop suppressing its build in tools cross builds. Signed-off-by: Jiri Olsa <[email protected]> Tested-by: Arnaldo Carvalho de Melo <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Madhavan Srinivasan <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Sukadev Bhattiprolu <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/20160927141846.GA6589@krava [ Use HOSTCC on the $(OUTPUT)fixdep target, it was using the x-compiler to link fixdep-in.o, that was correctly built with HOSTCC and thus failing ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
4 lines
42 B
Python
4 lines
42 B
Python
hostprogs := fixdep
|
|
|
|
fixdep-y := fixdep.o
|