Re: libgo patch RFA: Fix handling of timex struct on ARM GNU/Linux

2012-03-13 Thread Jakub Jelinek
On Tue, Mar 13, 2012 at 01:59:00PM -0700, Ian Lance Taylor wrote: > This patch to libgo fixes the handling of the timex struct on ARM > GNU/Linux. This is PR go/52557: a boostrap failure on ARM. > Bootstrapped on x86_64-unknown-linux-gnu (I don't have an ARM GNU/Linux > system). Committed to main

libgo patch RFA: Fix handling of timex struct on ARM GNU/Linux

2012-03-13 Thread Ian Lance Taylor
This patch to libgo fixes the handling of the timex struct on ARM GNU/Linux. This is PR go/52557: a boostrap failure on ARM. Bootstrapped on x86_64-unknown-linux-gnu (I don't have an ARM GNU/Linux system). Committed to mainline. OK for 4.7 branch? Ian diff -r ca4aaf510222 libgo/mksysinfo.sh --