Re: [patch] libgo - fix build errors and add ARM bits

2012-12-03 Thread Ian Lance Taylor
On Mon, Dec 3, 2012 at 11:38 PM, Matthias Klose wrote: > Am 04.12.2012 08:03, schrieb Ian Lance Taylor: >> On Mon, Dec 3, 2012 at 10:47 PM, Matthias Klose wrote: >>> Am 04.12.2012 07:26, schrieb Ian Lance Taylor: On Mon, Nov 19, 2012 at 8:27 AM, Matthias Klose wrote: > libgo-fix-arm.dif

Re: [patch] libgo - fix build errors and add ARM bits

2012-12-03 Thread Matthias Klose
Am 04.12.2012 08:03, schrieb Ian Lance Taylor: > On Mon, Dec 3, 2012 at 10:47 PM, Matthias Klose wrote: >> Am 04.12.2012 07:26, schrieb Ian Lance Taylor: >>> On Mon, Nov 19, 2012 at 8:27 AM, Matthias Klose wrote: libgo-fix-arm.diff: Work around parse error of struct timex_ on ARM (both

Re: [patch] libgo - fix build errors and add ARM bits

2012-12-03 Thread Ian Lance Taylor
On Mon, Dec 3, 2012 at 10:47 PM, Matthias Klose wrote: > Am 04.12.2012 07:26, schrieb Ian Lance Taylor: >> On Mon, Nov 19, 2012 at 8:27 AM, Matthias Klose wrote: >>> libgo-fix-arm.diff: Work around parse error of struct timex_ on ARM (both >>> trunk >>> and 4.7 branch). >>> >>> libgo-hardening.d

Re: [patch] libgo - fix build errors and add ARM bits

2012-12-03 Thread Matthias Klose
Am 04.12.2012 07:26, schrieb Ian Lance Taylor: > On Mon, Nov 19, 2012 at 8:27 AM, Matthias Klose wrote: >> libgo-fix-arm.diff: Work around parse error of struct timex_ on ARM (both >> trunk >> and 4.7 branch). >> >> libgo-hardening.diff: Avoid compiler warnings in libgo with >> -D_FORTIFY_SOURCE

Re: [patch] libgo - fix build errors and add ARM bits

2012-12-03 Thread Ian Lance Taylor
On Mon, Nov 19, 2012 at 8:27 AM, Matthias Klose wrote: > libgo-fix-arm.diff: Work around parse error of struct timex_ on ARM (both > trunk > and 4.7 branch). > > libgo-hardening.diff: Avoid compiler warnings in libgo with > -D_FORTIFY_SOURCE=2, > which let the build fail with -Werror. first chun

[patch] libgo - fix build errors and add ARM bits

2012-11-19 Thread Matthias Klose
libgo-fix-arm.diff: Work around parse error of struct timex_ on ARM (both trunk and 4.7 branch). libgo-hardening.diff: Avoid compiler warnings in libgo with -D_FORTIFY_SOURCE=2, which let the build fail with -Werror. first chunk for the trunk and 4.7, second chunk for trunk only. libgo-mksysinfo.