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'
>>  getconf: no such configuration parameter `LFS_LIBS'
>>
>> Fixes: d7f14c66c273 ("kbuild: Enable Large File Support for hostprogs")
>> Reported-by: Chen Feng 
>> Cc: Uwe Kleine-König 
>> Signed-off-by: Masahiro Yamada 
>
> Which is the system that doesn't know about LFS_* and you care about?

No particular system in my mind.


Chen Feng reported this before.

I also found this:
https://stackoverflow.com/questions/47367350/how-to-recompile-torvalds-linux-from-mac-osx-high-sierra



> Irrespective of that:
>
> Acked-by: Uwe Kleine-König 
>
> Best regards
> Uwe
>
> --
> Pengutronix e.K.   | Uwe Kleine-König|
> Industrial Linux Solutions | http://www.pengutronix.de/  |
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards
Masahiro Yamada


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'
> 
> Fixes: d7f14c66c273 ("kbuild: Enable Large File Support for hostprogs")
> Reported-by: Chen Feng 
> Cc: Uwe Kleine-König 
> Signed-off-by: Masahiro Yamada 

Which is the system that doesn't know about LFS_* and you care about?
Irrespective of that:

Acked-by: Uwe Kleine-König 

Best regards
Uwe

-- 
Pengutronix e.K.   | Uwe Kleine-König|
Industrial Linux Solutions | http://www.pengutronix.de/  |