kbuild: Enable Large File Support for hostprogs
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sun, 9 Jul 2017 18:02:36 +0000 (20:02 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Jul 2017 12:33:54 +0000 (21:33 +0900)
commitd7f14c66c273b00aaa626f419d3155773a88d460
tree95e7294b96f971428260d09f1791dece0b692d6a
parent09c3776c5472f2bc73b29b13d5947cec6103a99c
kbuild: Enable Large File Support for hostprogs

This fixes the following build error for me when building on an 32 bit
machine using an XFS file system:

$ make scripts/basic/fixdep
  HOSTCC  scripts/basic/fixdep
fixdep: error fstat'ing depfile: scripts/basic/.fixdep.d: Value too large for defined data type

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile