Re: [PATCH 2/2] kbuild: handle excessively long argument lists

2021-01-14 Thread jjohnson
On 2021-01-14 13:07, Nick Desaulniers wrote: From: Mahesh Kumar Kalikot Veetil Modules with a large number of compilation units may be exceeding AR and LD command argument list. Handle this gracefully by writing the long argument list in a file. The command line options read from file are inser

Re: [PATCH v2 2/2] kbuild: handle excessively long argument lists

2021-01-15 Thread jjohnson
On 2021-01-14 17:12, Masahiro Yamada wrote: On Fri, Jan 15, 2021 at 6:50 AM Jeff Johnson wrote: From: Mahesh Kumar Kalikot Veetil Modules with a large number of compilation units may be exceeding AR and LD command argument list. Handle this gracefully by writing the long argument list in a f