Re: [PATCH] gcc: download_prerequisites: add --verbose and --no-verbose

2024-12-03 Thread Tiezhu Yang
On 12/04/2024 10:33 AM, Xi Ruoyao wrote: On Wed, 2024-12-04 at 10:28 +0800, Tiezhu Yang wrote: On 12/03/2024 09:12 PM, Eric Gallager wrote: On Tue, Dec 3, 2024 at 7:09 AM Tiezhu Yang wrote: When executing the script download_prerequisites, the download speed may be extremely slow and there

Re: [PATCH] gcc: download_prerequisites: add --verbose and --no-verbose

2024-12-03 Thread Tiezhu Yang
On 12/03/2024 09:12 PM, Eric Gallager wrote: On Tue, Dec 3, 2024 at 7:09 AM Tiezhu Yang wrote: When executing the script download_prerequisites, the download speed may be extremely slow and there is no any output, the users do not know what happened. Given the command wget and curl have

[PATCH] gcc: download_prerequisites: add --verbose and --no-verbose

2024-12-03 Thread Tiezhu Yang
details. contrib/ChangeLog: * download_prerequisites (helptext): Document --verbose and --no-verbose. : Parse --verbose and --no-verbose. : Set option for wget and curl. Signed-off-by: Tiezhu Yang --- contrib/download_prerequisites | 28

[PATCH] gcc: rename floatformat_ia64_quad_{big, little} to floatformat_ieee_quad_{big, little}

2022-03-13 Thread Tiezhu Yang
changes to them will have to be proposed there first. this GCC patch is preparation for the GDB patch, no functionality change. [1] https://sourceware.org/pipermail/gdb-patches/2022-March/186452.html [2] https://sourceware.org/pipermail/gdb-patches/2022-March/186569.html Signed-off-by: Tiezhu