Maybe we can offer an additional compression format like lzma .xz
which brings down 4.5.3 compressed size from 66MB bz2 to 52MB (with
-7).
But that can be decided separately.
Yes ... on the other hand, this does not address the other issue,
which is the
amount of disk space that you need
On Sat, May 21, 2011 at 6:33 PM, Joseph S. Myers
wrote:
> On Sat, 21 May 2011, Nicola Pero wrote:
>
>> As a consequence, GTFILES is different depending on whether
>> ${srcdir}/gcc/cp/ exists or not. If it exists, usually the cp gtfiles
>> come before the objc ones (due to alphabetical ordering by
On Sat, 21 May 2011, Nicola Pero wrote:
> As a consequence, GTFILES is different depending on whether
> ${srcdir}/gcc/cp/ exists or not. If it exists, usually the cp gtfiles
> come before the objc ones (due to alphabetical ordering by the shell,
> I'd guess ?), and the cp gtfiles contain c-fam
"Nicola Pero" writes:
> +2011-05-21 Nicola Pero
> +
> + * config-lang.in (gtfiles): Updated order of files to fix building
> + when the gcc/cp directory is missing, as in the case of some
> + release tarballs.
This is OK for trunk and 4.6 branch.
Thanks for figuring it out.