On Fri, Jan 15, 2021 at 6:50 AM Jeff Johnson <jjohnson@xxxxxxxxxxxxxx> wrote:
From: Mahesh Kumar Kalikot Veetil <mkalikot@xxxxxxxxxxxxxx>
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 inserted in place of the original @file option.
The usage is well documented at
https://www.gnu.org/software/make/manual/html_node/File-Function.html
Signed-off-by: Mahesh Kumar Kalikot Veetil <mkalikot@xxxxxxxxxxxxxx>
Signed-off-by: Jeff Johnson <jjohnson@xxxxxxxxxxxxxx>
---
First, is this a real problem?
If so, which module is exceeding the command line limit?
First, is this a real problem?
If so, which module is exceeding the command line limit?