On 3 June 2024 18:23:33 CEST, Max Filippov <[email protected]> wrote:
>On Mon, Jun 3, 2024 at 6:03 AM <[email protected]> wrote:
>> On 24 April 2024 13:36:55 CEST, Max Filippov <[email protected]> wrote:
>> >Make rule that announces and makes static libc archive can generate
>> >command line that is too long when a full path O= option is used. That
>> >breaks the build with the following message:
>> >
>> >  make: /bin/sh: Argument list too long
>> >
>> >Use make $(file) construct to generate file list file and use that file
>> >as $(AR) argument instead.
>>
>>
>> Busybox ar does not (yet)  support passing in a file containing the list of 
>> files, I fear?
>> Can you maybe add support for that, please?
>
>At supporting such ar, or at adding support for @file notation to busybox ar?
>

The latter, adding @file support to busybox ar.
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to