From: Sunil Dora
For excessively long environment variables i.e > 128KB
Store the arguments in a temporary file and collect
them back together in collect2 and other subprocess.
PR : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111527
Linux kernel has the following limits on shell commands:
Each
...@redhat.com ; Hemraj, Deepthi
; MacLeod, Randy ;
Gowda, Naveen ; Kokkonda, Sundeep
Subject: Re: PING ^1 [PATCH] GCC Driver : Enable very long gcc command-line
option
CAUTION: This email comes from a non Wind River email account!
Do not click links or open attachments unless you recognize the sender
On Tue, 27 Aug 2024, Dora, Sunil Kumar wrote:
> Dear GCC Team,
>
> Please consider this as a gentle reminder to review the patch I posted at the
> following link: [
> https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660223.html ].
>
> BUG Link : [ https://gcc.gnu.org/bugzilla/show_bug.cgi
Dear GCC Team,
Please consider this as a gentle reminder to review the patch I posted at the
following link: [
https://gcc.gnu.org/pipermail/gcc-patches/2024-August/660223.html ].
BUG Link : [ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111527 ]
Your feedback or approval would be greatly appr
From: sunil dora
For excessively long environment variables i.e >128KB
Store the arguments in a temporary file and collect them back together in
collect2.
This commit patches for COLLECT_GCC_OPTIONS issue:
GCC should not limit the length of command line passed to collect2.
https://gcc.gnu.org/b