Re: [PATCH] Fix gcc_release to not build GO tarballs on old branches

2011-04-21 Thread Richard Guenther
On Thu, 21 Apr 2011, Jakub Jelinek wrote: > On Thu, Apr 21, 2011 at 01:36:53PM +0200, Richard Guenther wrote: > > > > This changes maybe_build_tarfile to require that the first directory > > in the list actually exists. This avoids building a GO tarball on > > old branches where neither gcc/go n

Re: [PATCH] Fix gcc_release to not build GO tarballs on old branches

2011-04-21 Thread Jakub Jelinek
On Thu, Apr 21, 2011 at 01:36:53PM +0200, Richard Guenther wrote: > > This changes maybe_build_tarfile to require that the first directory > in the list actually exists. This avoids building a GO tarball on > old branches where neither gcc/go nor libgo exist but libffi does. > > I have built the

[PATCH] Fix gcc_release to not build GO tarballs on old branches

2011-04-21 Thread Richard Guenther
This changes maybe_build_tarfile to require that the first directory in the list actually exists. This avoids building a GO tarball on old branches where neither gcc/go nor libgo exist but libffi does. I have built the 4.5.3 release candidate with this patch applied. Looks ok? Thanks, Richard.