Re: [PATCH] Fix up mksysinfo.sh

2012-07-09 Thread Ian Lance Taylor
On Fri, Jun 29, 2012 at 11:34 AM, Jakub Jelinek wrote: > > The recent mksysinfo.sh change for glibc 2.16 bits/resource.h unfortunately > doesn't work, because the sed invocation two lines earlier removes the {}s > this sed command is looking for. > The following makes gcc 4.7 as well as trunk buil

[PATCH] Fix up mksysinfo.sh

2012-06-29 Thread Jakub Jelinek
Hi! The recent mksysinfo.sh change for glibc 2.16 bits/resource.h unfortunately doesn't work, because the sed invocation two lines earlier removes the {}s this sed command is looking for. The following makes gcc 4.7 as well as trunk build in Fedora rawhide. --- libgo/mksysinfo.sh 2012-06-29 14:2