Re: [PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Masahiro Yamada
2018-07-12 20:08 GMT+09:00 Uwe Kleine-König : > On Thu, Jul 12, 2018 at 07:38:36PM +0900, Masahiro Yamada wrote: >> Suppress warnings for systems that do not recognize LFS_*. >> >> getconf: no such configuration parameter `LFS_CFLAGS' >> getconf: no such configuration parameter `LFS_LDFLAGS' >>

Re: [PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Masahiro Yamada
2018-07-12 20:08 GMT+09:00 Uwe Kleine-König : > On Thu, Jul 12, 2018 at 07:38:36PM +0900, Masahiro Yamada wrote: >> Suppress warnings for systems that do not recognize LFS_*. >> >> getconf: no such configuration parameter `LFS_CFLAGS' >> getconf: no such configuration parameter `LFS_LDFLAGS' >>

Re: [PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Uwe Kleine-König
On Thu, Jul 12, 2018 at 07:38:36PM +0900, Masahiro Yamada wrote: > Suppress warnings for systems that do not recognize LFS_*. > > getconf: no such configuration parameter `LFS_CFLAGS' > getconf: no such configuration parameter `LFS_LDFLAGS' > getconf: no such configuration parameter `LFS_LIBS'

Re: [PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Uwe Kleine-König
On Thu, Jul 12, 2018 at 07:38:36PM +0900, Masahiro Yamada wrote: > Suppress warnings for systems that do not recognize LFS_*. > > getconf: no such configuration parameter `LFS_CFLAGS' > getconf: no such configuration parameter `LFS_LDFLAGS' > getconf: no such configuration parameter `LFS_LIBS'

[PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Masahiro Yamada
Suppress warnings for systems that do not recognize LFS_*. getconf: no such configuration parameter `LFS_CFLAGS' getconf: no such configuration parameter `LFS_LDFLAGS' getconf: no such configuration parameter `LFS_LIBS' Fixes: d7f14c66c273 ("kbuild: Enable Large File Support for hostprogs")

[PATCH] kbuild: suppress warnings from 'getconf LFS_*'

2018-07-12 Thread Masahiro Yamada
Suppress warnings for systems that do not recognize LFS_*. getconf: no such configuration parameter `LFS_CFLAGS' getconf: no such configuration parameter `LFS_LDFLAGS' getconf: no such configuration parameter `LFS_LIBS' Fixes: d7f14c66c273 ("kbuild: Enable Large File Support for hostprogs")